Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesandbox/codesandbox-client
/ getModules
Method
getModules
packages/sandpack-core/src/manager.ts:652–654 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
650
}
651
652
getModules(): Array<Module | ChildModule> {
653
return
values(this.transpiledModules).map(t => t.module);
654
}
655
656
/**
657
* The packager returns a list of dependencies that require a different path
Callers
6
updateData
Method · 0.95
getLoaderContext
Method · 0.80
doTranspilation
Method · 0.80
constructor
Function · 0.80
doTranspilation
Method · 0.80
doTranspilation
Method · 0.80
Calls
1
map
Method · 0.45
Tested by
no test coverage detected