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

Function regex

contextKeyExpr/src/contextkey.ts:88–90  ·  view source on GitHub ↗
(key: string, value: RegExp)

Source from the content-addressed store, hash-verified

86 }
87
88 public static regex(key: string, value: RegExp): ContextKeyExpression {
89 return ContextKeyRegexExpr.create(key, value);
90 }
91
92 public static not(key: string): ContextKeyExpression {
93 return ContextKeyNotExpr.create(key);

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected