Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRaiser/PaperFlow
/ _chat_now
Function
_chat_now
skills/storage-helper/scripts/db_ops.py:265–266 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
263
264
265
def
_chat_now() -> str:
266
return
datetime.now().isoformat(sep=
" "
, timespec=
"seconds"
)
267
268
269
def
_chat_title_from_content(content: str, max_chars: int = 48) -> str:
Callers
3
create_chat_session
Function · 0.85
save_chat_message
Function · 0.85
list_chat_sessions
Function · 0.85
Calls
1
now
Method · 0.80
Tested by
no test coverage detected