Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesandbox/codesandbox-client
/ setup
Method
setup
packages/executors/src/executor.ts:34–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
initialize(params: ISetupParams): Promise<void>;
33
34
setup(): Promise<void>;
35
dispose(): Promise<void>;
36
updateFiles(newFiles: IFiles): void;
37
Callers
5
e
Function · 0.65
stylus.min.js
File · 0.65
babel.6.26.min.js
File · 0.65
updateManager
Function · 0.65
setupExecutor
Method · 0.65
Implementers
2
SandboxExecutor
packages/executors/src/sandboxExecutor
ServerExecutor
packages/executors/src/serverExecutor.
Calls
no outgoing calls
Tested by
no test coverage detected