Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/phuryn/claude-usage
/ hr
Function
hr
cli.py:79–80 ·
view source on GitHub ↗
(char="-", width=60)
Source
from the content-addressed store, hash-verified
77
return
f
"${c:.4f}"
78
79
def
hr(char=
"-"
, width=60):
80
print(char * width)
81
82
def
require_db():
83
if
not DB_PATH.exists():
Callers
3
cmd_today
Function · 0.85
cmd_week
Function · 0.85
cmd_stats
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected