Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wscats/vscode-explore
/ evaluate
Method
evaluate
contextKeyExpr/src/contextkey.ts:298–300 ·
view source on GitHub ↗
(context: IContext)
Source
from the content-addressed store, hash-verified
296
}
297
298
public evaluate(context: IContext): boolean {
299
return
true;
300
}
301
302
public serialize(): string {
303
return
'true'
;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected