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

Method getValue

contextKeyExpr/src/contextkey.ts:1239–1239  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

1237
1238export interface IContext {
1239 getValue<T>(key: string): T | undefined;
1240}
1241
1242export interface IContextKey<T> {

Callers 15

evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65
getContributeMethod · 0.65
evaluateMethod · 0.65
evaluateMethod · 0.65

Implementers 4

ContextcontextKeyExpr/src/context.ts
ContextscontextKeyExpr/src/context.ts
Contextcontributes/src/context.ts
ConfigcontextKeyExpr/src/config.ts

Calls

no outgoing calls

Tested by

no test coverage detected