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

Function writeProjectFile

src/main/RenderableFileQueueHandler.ts:126–128  ·  view source on GitHub ↗
(relativeFilePath: string, formattedContent: string)

Source from the content-addressed store, hash-verified

124 }
125
126 const writeProjectFile = (relativeFilePath: string, formattedContent: string) => {
127 return FileSystem.writeProjectFile(project.getPath(), relativeFilePath, formattedContent)
128 }
129
130 const setFileStatus = (file: RenderableFile, status: RenderableFileStatus, customData: any = {}) => {
131 updateModelData("RenderableFile", file.id, {

Callers 1

processFileFunction · 0.85

Calls 2

writeProjectFileMethod · 0.80
getPathMethod · 0.45

Tested by

no test coverage detected