Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/scottrogowski/code2flow
/ nested_calls.py
File
nested_calls.py
tests/test_code/py/nested_calls/nested_calls.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
typing
import
Callable
2
3
def
trace(fn: Callable) -> Callable:
4
def
wrapper(*args, **kwargs):
Callers
nothing calls this directly
Calls
1
trace
Function · 0.85
Tested by
no test coverage detected