Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/vscode-cpptools
/ continue
Method
continue
Extension/src/Utility/System/guards.ts:74–76 ·
view source on GitHub ↗
(instance: any)
Source
from the content-addressed store, hash-verified
72
return
instance ===
'Cancelled'
;
73
}
74
static continue(instance: any): instance is undefined {
75
return
instance === undefined;
76
}
77
static error(instance: any): instance is Error {
78
return
instance instanceof Error;
79
}
Callers
1
newEvent
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected