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

Method writeConflictsFile

src/main/base/FileSystem.ts:79–81  ·  view source on GitHub ↗
(filePath: string, conflicts: any)

Source from the content-addressed store, hash-verified

77 }
78
79 writeConflictsFile(filePath: string, conflicts: any): FileSystem {
80 return this.writeJsonFile(filePath, { conflicts })
81 }
82
83 writeJsonFile(filePath: string, data: any): FileSystem {
84 return this.writeFile(filePath, JSON.stringify(data, null, 4))

Callers 1

writeConflictFileMethod · 0.45

Calls 1

writeJsonFileMethod · 0.95

Tested by

no test coverage detected