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

Function wait

Extension/src/Utility/Eventing/emitter.ts:275–277  ·  view source on GitHub ↗
(eventExpression: string, _timeout?: number)

Source from the content-addressed store, hash-verified

273 }
274
275 wait(eventExpression: string, _timeout?: number): Promise<void> {
276 return new Promise<void>((e: () => void) => this.on(eventExpression, e));
277 }
278}
279

Callers

nothing calls this directly

Calls 1

onMethod · 0.80

Tested by

no test coverage detected