Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/hellerve/programming-talks
/ handle_log
Function
handle_log
scripts/add_years.py:52–57 ·
view source on GitHub ↗
(log)
Source
from the content-addressed store, hash-verified
50
51
52
def
handle_log(log):
53
print(
'Done!'
)
54
if
not log:
55
print(
'Everything went well!'
)
56
else
:
57
print(
'\n'
.join(log))
58
59
60
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected