MCPcopy
hub / github.com/streetwriters/notesnook / createFile

Method createFile

packages/streamable-fs/src/interfaces.ts:24–24  ·  view source on GitHub ↗
(
    filename: string,
    size: number,
    type: string,
    options?: { overwrite?: boolean }
  )

Source from the content-addressed store, hash-verified

22
23export interface IStreamableFS {
24 createFile(
25 filename: string,
26 size: number,
27 type: string,

Callers 9

restoreBackupFileFunction · 0.65
writeEncryptedFileFunction · 0.65
downloadFileFunction · 0.65
restoreBackupFunction · 0.65
createZipFunction · 0.65
createFileFunction · 0.65
runFunction · 0.65
downloadAttachmentsFunction · 0.65
migrateFilesFromCacheFunction · 0.65

Implementers 1

StreamableFSpackages/streamable-fs/src/index.ts

Calls

no outgoing calls

Tested by

no test coverage detected