MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / writeorigfile

Method writeorigfile

tools/reduce.py:268–269  ·  view source on GitHub ↗
(self, filedata)

Source from the content-addressed store, hash-verified

266 self.__writefile(self.__file, filedata)
267
268 def writeorigfile(self, filedata):
269 self.__writefile(self.__origfile, filedata)
270
271 def writebackupfile(self, filedata):
272 self.__writefile(self.__backupfile, filedata)

Callers 1

mainFunction · 0.95

Calls 1

__writefileMethod · 0.95

Tested by

no test coverage detected