Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wscats/vscode-explore
/ evaluate
Method
evaluate
contextKeyExpr/src/contextkey.ts:261–263 ·
view source on GitHub ↗
(context: IContext)
Source
from the content-addressed store, hash-verified
259
}
260
261
public evaluate(context: IContext): boolean {
262
return
false;
263
}
264
265
public serialize(): string {
266
return
'false'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected