MCPcopy 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

updateDataMethod · 0.95
getLoaderContextMethod · 0.80
doTranspilationMethod · 0.80
constructorFunction · 0.80
doTranspilationMethod · 0.80
doTranspilationMethod · 0.80

Calls 1

mapMethod · 0.45

Tested by

no test coverage detected