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

Method constructor

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

Source from the content-addressed store, hash-verified

84
85export class FileSystemApi {
86 constructor(private readonly channel: MessageSender) {}
87
88 /**
89 * Initialize the File System worker with the files.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected