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

Function resolve_input_path

tools/fastgrind.py:2905–2908  ·  view source on GitHub ↗
(raw: str | None)

Source from the content-addressed store, hash-verified

2903
2904
2905def resolve_input_path(raw: str | None) -> Path:
2906 if raw:
2907 return Path(raw)
2908 return default_trace_path()
2909
2910
2911def build_parser() -> argparse.ArgumentParser:

Callers 1

mainFunction · 0.85

Calls 1

default_trace_pathFunction · 0.85

Tested by

no test coverage detected