Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
278
def
main():
Callers
1
runtool
Method · 0.95
Calls
1
__writefile
Method · 0.95
Tested by
no test coverage detected