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

Function upload_nodata

tools/donate_cpu_lib.py:674–682  ·  view source on GitHub ↗
(package)

Source from the content-addressed store, hash-verified

672 return True
673
674def upload_nodata(package):
675 print('Uploading no-data status..')
676 try:
677 try_retry(__upload, fargs=('write_nodata\n' + package, '', 'No-data status'), max_tries=3, sleep_duration=30, sleep_factor=1)
678 except Exception as e:
679 print('No-data upload failed ({})!'.format(e))
680 return False
681
682 return True
683
684
685class LibraryIncludes:

Callers

nothing calls this directly

Calls 2

try_retryFunction · 0.85
formatMethod · 0.80

Tested by

no test coverage detected