MCPcopy Create free account
hub / github.com/VemtoOrg/vemto2 / appendToFile

Method appendToFile

src/main/base/FileSystem.ts:87–90  ·  view source on GitHub ↗
(filePath: string, content: string)

Source from the content-addressed store, hash-verified

85 }
86
87 appendToFile(filePath: string, content: string): FileSystem {
88 fs.appendFileSync(filePath, content)
89 return this
90 }
91
92 writeFile(destFilePath: string, content: string, log = true): FileSystem {
93 if(log) console.log('Writing File: ' + destFilePath)

Callers 1

HandleIpcMessagesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected