MCPcopy Create free account
hub / github.com/adny-code/fastgrind / default_trace_path

Function default_trace_path

tools/fastgrind.py:2898–2902  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2896
2897
2898def default_trace_path() -> Path:
2899 candidate = Path("fastgrind.fgb")
2900 if candidate.is_file():
2901 return candidate
2902 raise FileNotFoundError("File not found: fastgrind.fgb")
2903
2904
2905def resolve_input_path(raw: str | None) -> Path:

Callers 1

resolve_input_pathFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected