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

Method set_read_ref

python/pyfory/resolver.py:158–159  ·  view source on GitHub ↗

Bind ``obj`` to an already preserved read ref id.

(self, id_, obj)

Source from the content-addressed store, hash-verified

156
157 @abstractmethod
158 def set_read_ref(self, id_, obj):
159 """Bind ``obj`` to an already preserved read ref id."""
160
161 @abstractmethod
162 def reset(self):

Callers 5

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