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

Class

packages/nodebox/src/Nodebox.ts:34–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32 * Create a new Node emulator instance
33 */
34export class Nodebox {
35 private channel: MessageSender = null as any;
36 private isConnected: boolean;
37 private url: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected