MCPcopy Create free account
hub / github.com/ceph/ceph / debug_print

Function debug_print

qa/workunits/dencoder/test_readable.py:306–308  ·  view source on GitHub ↗
(msg)

Source from the content-addressed store, hash-verified

304 yield future.result()
305
306def debug_print(msg):
307 if debug:
308 print("DEBUG: {}".format(msg))
309
310
311def main():

Callers 5

process_typeFunction · 0.85
test_object_wrapperFunction · 0.85
should_skip_objectFunction · 0.85
check_backward_compatFunction · 0.85
mainFunction · 0.85

Calls 2

printFunction · 0.85
formatMethod · 0.45

Tested by

no test coverage detected