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

Method constructor

contextKeyExpr/src/contextkey.ts:849–851  ·  view source on GitHub ↗
(private readonly key: string, private readonly regexp: RegExp | null)

Source from the content-addressed store, hash-verified

847 public readonly type = ContextKeyExprType.Regex;
848
849 private constructor(private readonly key: string, private readonly regexp: RegExp | null) {
850 //
851 }
852
853 public cmp(other: ContextKeyExpression): number {
854 if (other.type !== this.type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected