Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codesandbox/codesandbox-client
/ initialize
Method
initialize
packages/executors/src/executor.ts:32–32 ·
view source on GitHub ↗
(params: ISetupParams)
Source
from the content-addressed store, hash-verified
30
sandboxId?: string;
31
32
initialize(params: ISetupParams): Promise<void>;
33
34
setup(): Promise<void>;
35
dispose(): Promise<void>;
Callers
5
initialize
Function · 0.65
DevTools
Function · 0.65
initializeExecutor
Method · 0.65
initializeNewUser
Function · 0.65
onInitializeOvermind
Function · 0.65
Implementers
2
SandboxExecutor
packages/executors/src/sandboxExecutor
ServerExecutor
packages/executors/src/serverExecutor.
Calls
no outgoing calls
Tested by
no test coverage detected