Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ c
Function
c
test/function/samples/consistent-renaming-e/a.js:3–3 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
{ b } from
'./utils'
;
2
3
function
c () { console.log(
'main/c'
); }
4
5
export
default
function
a () {
6
return
'EH? '
+ b();
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected