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