MCPcopy 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
1242export interface IContextKey<T> {
1243 set(value: T): void;
1244 reset(): void;
1245 get(): T | undefined;
1246}

Callers 15

registerCommandMethod · 0.65
getCommandsMethod · 0.65
acquireFunction · 0.65
checkMethod · 0.65
setMethod · 0.65
createDecoratorFunction · 0.65
setValueMethod · 0.65
addMethod · 0.65
concatMethod · 0.65
setMethod · 0.65
acquireFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected