Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/rollup/rollup
/ bindReferences
Method
bindReferences
src/Module.ts:408–410 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
406
}
407
408
bindReferences(): void {
409
this.ast!.bind();
410
}
411
412
cacheInfoGetters(): void {
413
cacheObjectGetters(this.info, [
Callers
1
sortAndBindModules
Method · 0.80
Calls
1
bind
Method · 0.65
Tested by
no test coverage detected