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

Method map

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

Source from the content-addressed store, hash-verified

706 }
707
708 public map(mapFnc: IContextKeyExprMapper): ContextKeyExpression {
709 return mapFnc.mapEquals(this.key, this.value);
710 }
711
712 public negate(): ContextKeyExpression {
713 return ContextKeyNotEqualsExpr.create(this.key, this.value);

Callers

nothing calls this directly

Calls 1

mapEqualsMethod · 0.65

Tested by

no test coverage detected