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

Method keys

contextKeyExpr/src/contextkey.ts:942–944  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

940 }
941
942 public keys(): string[] {
943 return this._actual.keys();
944 }
945
946 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
947 return new ContextKeyNotRegexExpr(this._actual.map(mapFnc));

Callers

nothing calls this directly

Calls 1

keysMethod · 0.65

Tested by

no test coverage detected