Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.95
Calls
1
__writefile
Method · 0.95
Tested by
no test coverage detected