MCPcopy Create free account
hub / github.com/apache/fory / get_read_ref

Method get_read_ref

python/pyfory/resolver.py:154–155  ·  view source on GitHub ↗

Return the resolved read reference.

(self, id_=None)

Source from the content-addressed store, hash-verified

152
153 @abstractmethod
154 def get_read_ref(self, id_=None):
155 """Return the resolved read reference."""
156
157 @abstractmethod
158 def set_read_ref(self, id_, obj):

Callers 4

readMethod · 0.45
_read_same_type_refMethod · 0.45
get_next_elementFunction · 0.45
readMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected