MCPcopy 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

eFunction · 0.65
stylus.min.jsFile · 0.65
babel.6.26.min.jsFile · 0.65
updateManagerFunction · 0.65
setupExecutorMethod · 0.65

Implementers 2

SandboxExecutorpackages/executors/src/sandboxExecutor
ServerExecutorpackages/executors/src/serverExecutor.

Calls

no outgoing calls

Tested by

no test coverage detected