* Looks up process in the tree, accumulating them into a result.
(onEntry: (process: IProcess, accumulator: T) => T, initial: T)
| 46 | * Looks up process in the tree, accumulating them into a result. |
| 47 | */ |
| 48 | lookup<T>(onEntry: (process: IProcess, accumulator: T) => T, initial: T): Promise<T>; |
| 49 | |
| 50 | /** |
| 51 | * Gets the working directory of the process, if possible. |
no outgoing calls
no test coverage detected