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

Method writebackupfile

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

Source from the content-addressed store, hash-verified

269 self.__writefile(self.__origfile, filedata)
270
271 def writebackupfile(self, filedata):
272 self.__writefile(self.__backupfile, filedata)
273
274 def writetimeoutfile(self, filedata):
275 self.__writefile(self.__timeoutfile, filedata)

Callers 3

replaceandrunMethod · 0.95
replaceandrun2Method · 0.95
clearandrunMethod · 0.95

Calls 1

__writefileMethod · 0.95

Tested by

no test coverage detected