Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
19
def
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_api
Function · 0.90
api_get_action_template
Function · 0.90
api_action_previous
Function · 0.90
main
Method · 0.90
new
Method · 0.90
main_entry
Method · 0.90
process_geo_tiff_file
Method · 0.90
process_sensor_fusion_json
Method · 0.90
connection_image_processing
Method · 0.90
standard_image_processing
Method · 0.90
check_permission_existence_for_object_type
Method · 0.90
check_object_type
Method · 0.90
Calls
1
get
Method · 0.45
Tested by
no test coverage detected