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

Method create

contextKeyExpr/src/contextkey.ts:910–912  ·  view source on GitHub ↗
(actual: ContextKeyRegexExpr)

Source from the content-addressed store, hash-verified

908export class ContextKeyNotRegexExpr implements IContextKeyExpression {
909
910 public static create(actual: ContextKeyRegexExpr): ContextKeyExpression {
911 return new ContextKeyNotRegexExpr(actual);
912 }
913
914 public readonly type = ContextKeyExprType.NotRegex;
915

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected