MCPcopy 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

1from typing import Callable
2
3def trace(fn: Callable) -> Callable:
4 def wrapper(*args, **kwargs):

Callers

nothing calls this directly

Calls 1

traceFunction · 0.85

Tested by

no test coverage detected