MCPcopy Index your code
hub / github.com/nodejs/node / createPatternMatch

Function createPatternMatch

test/fixtures/snapshot/typescript.js:142404–142409  ·  view source on GitHub ↗
(kind, isCaseSensitive)

Source from the content-addressed store, hash-verified

142402 PatternMatchKind[PatternMatchKind["camelCase"] = 3] = "camelCase";
142403 })(PatternMatchKind = ts.PatternMatchKind || (ts.PatternMatchKind = {}));
142404 function createPatternMatch(kind, isCaseSensitive) {
142405 return {
142406 kind: kind,
142407 isCaseSensitive: isCaseSensitive
142408 };
142409 }
142410 function createPatternMatcher(pattern) {
142411 // We'll often see the same candidate string many times when searching (For example, when
142412 // we see the name of a module that is used everywhere, or the name of an overload). As

Callers 1

matchTextChunkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected