MCPcopy Index your code
hub / github.com/microsoft/vscode-cpptools / on

Method on

Extension/src/Utility/Process/process.ts:36–36  ·  view source on GitHub ↗
(event: 'started', handler: Callback<void>)

Source from the content-addressed store, hash-verified

34
35interface ProcessEvents {
36 on(event: 'started', handler: Callback<void>): Unsubscribe;
37 on(event: 'exited', handler: Callback<void>): Unsubscribe;
38 on(event: string, handler: Callback<any>): Unsubscribe;
39 once(event: 'started', handler: Callback<void>): Unsubscribe;

Callers 11

runProcessFunction · 0.80
eventing.test.tsFile · 0.80
initDevModeChecksFunction · 0.80
spawnChildProcessImplFunction · 0.80
waitFunction · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
constructorMethod · 0.80
spawnChildProcessFunction · 0.80
enableSshTargetsViewFunction · 0.80
doBuildMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected