Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Wscats/vscode-explore
/ set
Method
set
contextKeyExpr/src/contextkey.ts:1243–1243 ·
view source on GitHub ↗
(value: T)
Source
from the content-addressed store, hash-verified
1241
1242
export
interface
IContextKey<T> {
1243
set(value: T): void;
1244
reset(): void;
1245
get(): T | undefined;
1246
}
Callers
15
registerCommand
Method · 0.65
getCommands
Method · 0.65
acquire
Function · 0.65
check
Method · 0.65
set
Method · 0.65
createDecorator
Function · 0.65
setValue
Method · 0.65
registerExtensionPoint
Method · 0.65
add
Method · 0.65
concat
Method · 0.65
set
Method · 0.65
acquire
Function · 0.65
Calls
no outgoing calls
Tested by
no test coverage detected