MCPcopy Index your code
hub / github.com/ZenNotes/zennotes / writeExternalFile

Method writeExternalFile

packages/bridge-contract/src/bridge.ts:215–215  ·  view source on GitHub ↗

Save the current standalone editor window's file back to disk.

(body: string)

Source from the content-addressed store, hash-verified

213 readExternalFile(): Promise<ExternalFileContent>
214 /** Save the current standalone editor window's file back to disk. */
215 writeExternalFile(body: string): Promise<void>
216 /** Move the current standalone editor window's file into the active vault. */
217 moveExternalFileToVault(): Promise<MoveExternalFileResult>
218 /**

Callers 1

ExternalFileAppFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected