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

Function has

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

Source from the content-addressed store, hash-verified

74 }
75
76 public static has(key: string): ContextKeyExpression {
77 return ContextKeyDefinedExpr.create(key);
78 }
79
80 public static equals(key: string, value: any): ContextKeyExpression {
81 return ContextKeyEqualsExpr.create(key, value);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected