MCPcopy Create free account
hub / github.com/Wscats/vscode-explore / IContextKey

Interface IContextKey

contextKeyExpr/src/contextkey.ts:1242–1246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1240}
1241
1242export interface IContextKey<T> {
1243 set(value: T): void;
1244 reset(): void;
1245 get(): T | undefined;
1246}
1247
1248export interface IContextKeyServiceTarget {
1249 parentElement: IContextKeyServiceTarget | null;

Callers 16

registerCommandMethod · 0.65
getCommandsMethod · 0.65
acquireFunction · 0.65
checkMethod · 0.65
setMethod · 0.65
createDecoratorFunction · 0.65
setValueMethod · 0.65
getValueMethod · 0.65
getValueMethod · 0.65
getValueMethod · 0.65
createMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected