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

Class

packages/nodebox/src/modules/fs.ts:85–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83type WriteFileOptions = BufferEncoding | { encoding?: BufferEncoding; recursive?: boolean };
84
85export class FileSystemApi {
86 constructor(private readonly channel: MessageSender) {}
87
88 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected