MCPcopy Create free account
hub / github.com/Sandpack/nodebox-runtime / runExample

Method runExample

tests/index.ts:26–26  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

24 */
25 getPreviewFrame(): Promise<Locator>;
26 runExample(path: string): Promise<void>;
27}
28
29const EMULATOR_URL = `https://${process.env.EMULATOR_HOST}?layout=debug`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected