Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/doesdev/rollup-plugin-analyzer
/ match
Function
match
index.js:21–21 ·
view source on GitHub ↗
(str, check)
Source
from the content-addressed store, hash-verified
19
};
20
21
const
match = (str, check) => str.indexOf(check) !== -1;
22
23
const
sizeOrCodeSize = (size, code) => {
24
if
(size || size === 0)
return
size
Callers
1
index.js
File · 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…