Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
when
Function · 0.80
newEvent
Function · 0.80
getOrAdd
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected