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

Function have_token_savior

benchmarks/run_benchmarks.py:95–100  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93
94
95def have_token_savior() -> bool:
96 try:
97 import token_savior # noqa: F401
98 return True
99 except ImportError:
100 return False
101
102
103def benchmark_token_savior(name: str, root: Path) -> tuple[dict, list[str]]:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected