MCPcopy Index your code
hub / github.com/diffgram/diffgram / log_has_error

Function log_has_error

shared/regular/regular_log.py:19–23  ·  view source on GitHub ↗
(log)

Source from the content-addressed store, hash-verified

17
18
19def log_has_error(log):
20 if log.get('error'):
21 if len(log.get('error').keys()) >= 1:
22 return True
23 return False

Callers 13

task_template_launch_apiFunction · 0.90
api_get_action_templateFunction · 0.90
api_action_previousFunction · 0.90
mainMethod · 0.90
newMethod · 0.90
main_entryMethod · 0.90
process_geo_tiff_fileMethod · 0.90
check_object_typeMethod · 0.90

Calls 1

getMethod · 0.45

Tested by

no test coverage detected