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

Method writetimeoutfile

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

Source from the content-addressed store, hash-verified

272 self.__writefile(self.__backupfile, filedata)
273
274 def writetimeoutfile(self, filedata):
275 self.__writefile(self.__timeoutfile, filedata)
276
277
278def main():

Callers 1

runtoolMethod · 0.95

Calls 1

__writefileMethod · 0.95

Tested by

no test coverage detected