Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _now
Function
_now
skills/wiki-store/scripts/wiki_db.py:25–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
24
25
def
_now() -> str:
26
return
datetime.now(timezone.utc).replace(microsecond=0).isoformat()
27
28
29
def
_wiki_root() -> Path:
Callers
3
write_node_mirror
Function · 0.85
upsert_node
Function · 0.85
embed_nodes_for_user
Function · 0.85
Calls
1
now
Method · 0.80
Tested by
no test coverage detected