MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / write

Method write

services/app-builder/src/git/fs-adapter.ts:477–479  ·  view source on GitHub ↗
(path: string, data: Uint8Array | string)

Source from the content-addressed store, hash-verified

475 }
476
477 async write(path: string, data: Uint8Array | string): Promise<void> {
478 return await this.writeFile(path, data);
479 }
480
481 exportGitObjects(): Array<{ path: string; data: Uint8Array }> {
482 const objects = this.db

Callers 15

mainFunction · 0.80
connectWsFunction · 0.80
connectWsFunction · 0.80
processUserFunction · 0.80
mainFunction · 0.80
indexFilesFunction · 0.80
mainFunction · 0.80
runFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

writeFileMethod · 0.95

Tested by 5

feedAllFunction · 0.64
testFunction · 0.64
sendCreateRequestFunction · 0.64
buildValidPackfileFunction · 0.64
buildValidPackfileFunction · 0.64