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

Method create

contextKeyExpr/src/contextkey.ts:843–845  ·  view source on GitHub ↗
(key: string, regexp: RegExp | null)

Source from the content-addressed store, hash-verified

841export class ContextKeyRegexExpr implements IContextKeyExpression {
842
843 public static create(key: string, regexp: RegExp | null): ContextKeyRegexExpr {
844 return new ContextKeyRegexExpr(key, regexp);
845 }
846
847 public readonly type = ContextKeyExprType.Regex;
848

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected