MCPcopy Index your code
hub / github.com/AutoMaker-Org/automaker / writeFile

Method writeFile

apps/ui/src/lib/http-api-client.ts:1222–1224  ·  view source on GitHub ↗
(filePath: string, content: string)

Source from the content-addressed store, hash-verified

1220 }
1221
1222 async writeFile(filePath: string, content: string): Promise<WriteResult> {
1223 return this.post('/api/fs/write', { filePath, content });
1224 }
1225
1226 async mkdir(dirPath: string): Promise<WriteResult> {
1227 return this.post('/api/fs/mkdir', { dirPath });

Callers 15

writeOutputSchemaFileFunction · 0.80
writeImageFilesFunction · 0.80
configureMcpServersMethod · 0.80
ensureGeminiIgnoreMethod · 0.80
saveTrackedBranchesFunction · 0.80
saveBacklogPlanFunction · 0.80
syncSpecFunction · 0.80
generateSpecFunction · 0.80
createWriteHandlerFunction · 0.80
createSaveImageHandlerFunction · 0.80

Calls 1

postMethod · 0.95

Tested by

no test coverage detected