Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2905
def
resolve_input_path(raw: str | None) -> Path:
2906
if
raw:
2907
return
Path(raw)
2908
return
default_trace_path()
2909
2910
2911
def
build_parser() -> argparse.ArgumentParser:
Callers
1
main
Function · 0.85
Calls
1
default_trace_path
Function · 0.85
Tested by
no test coverage detected