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

Method map

contextKeyExpr/src/contextkey.ts:365–367  ·  view source on GitHub ↗
(mapFnc: IContextKeyExprMapper)

Source from the content-addressed store, hash-verified

363 }
364
365 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
366 return mapFnc.mapDefined(this.key);
367 }
368
369 public negate(): ContextKeyExpression {
370 return ContextKeyNotExpr.create(this.key);

Callers

nothing calls this directly

Calls 1

mapDefinedMethod · 0.65

Tested by

no test coverage detected