MCPcopy Create free account
hub / github.com/DragonisCV/RAM / get

Method get

ram/utils/file_client.py:14–15  ·  view source on GitHub ↗
(self, filepath)

Source from the content-addressed store, hash-verified

12
13 @abstractmethod
14 def get(self, filepath):
15 pass
16
17 @abstractmethod
18 def get_text(self, filepath):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected