MCPcopy Index your code
hub / github.com/cursorless-dev/cursorless / parsePatternStrings

Function parsePatternStrings

src/util/nodeFinders.ts:140–144  ·  view source on GitHub ↗
(patternStrings: string[])

Source from the content-addressed store, hash-verified

138}
139
140function parsePatternStrings(patternStrings: string[]) {
141 return patternStrings.map((patternString) =>
142 patternString.split(".").map((pattern) => new Pattern(pattern))
143 );
144}
145
146function tryPatternMatch(
147 node: SyntaxNode,

Callers 1

patternFinderFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected