Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CommonstackAI/UncommonRoute
/ _now_stamp
Function
_now_stamp
uncommon_route/support.py:24–25 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
24
def
_now_stamp() -> str:
25
return
time.strftime(
"%Y%m%d-%H%M%S"
, time.localtime())
26
27
28
def
_support_dir() -> Path:
Callers
1
_output_path
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected