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

Method mapRegex

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

Source from the content-addressed store, hash-verified

44 mapEquals(key: string, value: any): ContextKeyExpression;
45 mapNotEquals(key: string, value: any): ContextKeyExpression;
46 mapRegex(key: string, regexp: RegExp | null): ContextKeyRegexExpr;
47}
48
49export interface IContextKeyExpression {

Callers 2

mapMethod · 0.65
mapMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected