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

Method constructor

contextKeyExpr/src/contextkey.ts:916–918  ·  view source on GitHub ↗
(private readonly _actual: ContextKeyRegexExpr)

Source from the content-addressed store, hash-verified

914 public readonly type = ContextKeyExprType.NotRegex;
915
916 private constructor(private readonly _actual: ContextKeyRegexExpr) {
917 //
918 }
919
920 public cmp(other: ContextKeyExpression): number {
921 if (other.type !== this.type) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected