Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wscats/vscode-explore
/ evaluate
Method
evaluate
contextKeyExpr/src/contextkey.ts:353–355 ·
view source on GitHub ↗
(context: IContext)
Source
from the content-addressed store, hash-verified
351
}
352
353
public evaluate(context: IContext): boolean {
354
return
(!!context.getValue(this.key));
355
}
356
357
public serialize(): string {
358
return
this.key;
Callers
nothing calls this directly
Calls
1
getValue
Method · 0.65
Tested by
no test coverage detected