MCPcopy Create free account
hub / github.com/microsoft/vscode-cpptools / cancelled

Method cancelled

Extension/src/Utility/System/guards.ts:71–73  ·  view source on GitHub ↗
(instance: any)

Source from the content-addressed store, hash-verified

69 return typeof instance?.isKnownEvent === 'function';
70 }
71 static cancelled(instance: any): instance is 'Cancelled' {
72 return instance === 'Cancelled';
73 }
74 static continue(instance: any): instance is undefined {
75 return instance === undefined;
76 }

Callers 6

initMethod · 0.80
newEventFunction · 0.80
dispatchFunction · 0.80
readChunkMethod · 0.80
writeMethod · 0.80
writelnMethod · 0.80

Calls

no outgoing calls

Tested by 1

initMethod · 0.64