Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wscats/vscode-explore
/ evaluate
Method
evaluate
contextKeyExpr/src/contextkey.ts:934–936 ·
view source on GitHub ↗
(context: IContext)
Source
from the content-addressed store, hash-verified
932
}
933
934
public evaluate(context: IContext): boolean {
935
return
!this._actual.evaluate(context);
936
}
937
938
public serialize(): string {
939
throw
new
Error(
'Method not implemented.'
);
Callers
nothing calls this directly
Calls
1
evaluate
Method · 0.65
Tested by
no test coverage detected