Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DragonisCV/RAM
/ get_text
Method
get_text
ram/utils/file_client.py:166–167 ·
view source on GitHub ↗
(self, filepath)
Source
from the content-addressed store, hash-verified
164
return
self.client.get(filepath)
165
166
def
get_text(self, filepath):
167
return
self.client.get_text(filepath)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected