Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/isso-comments/isso
/ Thread
Function
Thread
isso/db/threads.py:4–5 ·
view source on GitHub ↗
(id, uri, title)
Source
from the content-addressed store, hash-verified
2
3
4
def
Thread(id, uri, title):
5
return
{
"id"
: id,
"uri"
: uri,
"title"
: title}
6
7
8
class
Threads(object):
Callers
2
__getitem__
Method · 0.85
get
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected