Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ do_something
Function
do_something
tests/test_code/py/nested_calls/nested_calls.py:9–10 ·
view source on GitHub ↗
(msg)
Source
from the content-addressed store, hash-verified
7
return
wrapper
8
9
def
do_something(msg):
10
return
msg +
' world'
11
12
message =
'hello'
13
new_message = trace(do_something)(message)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected