MCPcopy Index your code
hub / github.com/microsoft/vscode-js-debug / lookup

Method lookup

src/ui/processTree/processTree.ts:48–48  ·  view source on GitHub ↗

* Looks up process in the tree, accumulating them into a result.

(onEntry: (process: IProcess, accumulator: T) => T, initial: T)

Source from the content-addressed store, hash-verified

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.

Callers 4

listProcessesFunction · 0.65
assertResolvesFunction · 0.65
handleMethod · 0.65

Implementers 1

WindowsProcessTreesrc/ui/processTree/windowsProcessTree.

Calls

no outgoing calls

Tested by

no test coverage detected