MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / log

Function log

benchmarks/run_benchmarks.py:51–52  ·  view source on GitHub ↗
(msg: str)

Source from the content-addressed store, hash-verified

49
50
51def log(msg: str) -> None:
52 print(f"[bench] {msg}", file=sys.stderr, flush=True)
53
54
55# ---------------------------------------------------------------------------

Callers 4

clone_repoFunction · 0.70
benchmark_token_saviorFunction · 0.70
benchmark_tracedecayFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected