MCPcopy
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
79def hr(char="-", width=60):
80 print(char * width)
81
82def require_db():
83 if not DB_PATH.exists():

Callers 3

cmd_todayFunction · 0.85
cmd_weekFunction · 0.85
cmd_statsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected