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

Method function

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

Source from the content-addressed store, hash-verified

62 }
63
64 static function(instance: any): instance is Function {
65 return typeof instance === 'function';
66 }
67
68 static emitter(instance: any): instance is Emitter {
69 return typeof instance?.isKnownEvent === 'function';

Callers 3

whenFunction · 0.80
newEventFunction · 0.80
getOrAddMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected