mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-04 08:30:39 +00:00
Add ability to look up a process by its uuid
This commit is contained in:
@@ -19,6 +19,10 @@ export class ProcessService extends Service {
|
||||
return this.processes_map.get(NULL_UUID);
|
||||
}
|
||||
|
||||
get_by_uuid (uuid) {
|
||||
return this.processes_map.get(uuid);
|
||||
}
|
||||
|
||||
get_children_of (uuid) {
|
||||
if ( ! uuid ) {
|
||||
uuid = NULL_UUID;
|
||||
|
||||
Reference in New Issue
Block a user