Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GerevAI/gerev
/ id_in_data_source
Method
id_in_data_source
app/data_source/api/basic_document.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
61
@property
62
def
id_in_data_source(self):
63
return
str(self.data_source_id) +
'_'
+ str(self.id)
64
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected