MCPcopy 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
9def do_something(msg):
10 return msg + ' world'
11
12message = 'hello'
13new_message = trace(do_something)(message)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected