MCPcopy Create free account
hub / github.com/scriptscat/scriptcat / embeddedPatternCheckerString

Function embeddedPatternCheckerString

src/pkg/utils/url_matcher.ts:562–564  ·  view source on GitHub ↗
(url: string, patternArray: string)

Source from the content-addressed store, hash-verified

560};
561
562export const embeddedPatternCheckerString = (url: string, patternArray: string): string => {
563 return `(${embeddedPatternChecker})(${url},${patternArray},${isUrlMatchPattern},${isUrlMatchGlob},${isUrlMatchRegEx})`;
564};

Callers 2

compileScriptletCodeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected