Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EverMind-AI/MSA
/ Document
Class
Document
src/msa_service.py:176–179 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
174
175
@dataclass
176
class
Document:
177
doc: str =
""
178
doc_id: int = 0
179
num_chunks: int = 0
180
181
@dataclass
182
class
BlockModelInput:
Callers
1
_sort_reference
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected