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

Method constructor

packages/nodebox/src/modules/preview.ts:24–24  ·  view source on GitHub ↗
(private readonly channel: MessageSender)

Source from the content-addressed store, hash-verified

22
23export class PreviewApi {
24 constructor(private readonly channel: MessageSender) {}
25
26 private async waitFor(
27 payload: { sourceShellId?: string; port?: number },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected