MCPcopy 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
25def _now() -> str:
26 return datetime.now(timezone.utc).replace(microsecond=0).isoformat()
27
28
29def _wiki_root() -> Path:

Callers 3

write_node_mirrorFunction · 0.85
upsert_nodeFunction · 0.85
embed_nodes_for_userFunction · 0.85

Calls 1

nowMethod · 0.80

Tested by

no test coverage detected