MCPcopy Create free account
hub / github.com/Snapchat/Valdi / lookup

Method lookup

valdi/vscode_debugger/src/ui/processTree/processTree.ts:45–45  ·  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

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.

Callers 2

listProcessesFunction · 0.65
handleLinkMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected