MCPcopy Index your code
hub / github.com/doesdev/rollup-plugin-analyzer / match

Function match

module.js:21–21  ·  view source on GitHub ↗
(str, check)

Source from the content-addressed store, hash-verified

19}
20
21const match = (str, check) => str.indexOf(check) !== -1
22
23const sizeOrCodeSize = (size, code) => {
24 if (size || size === 0) return size

Callers 1

module.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…