MCPcopy
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
4def Thread(id, uri, title):
5 return {"id": id, "uri": uri, "title": title}
6
7
8class Threads(object):

Callers 2

__getitem__Method · 0.85
getMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected