MCPcopy Index your code
hub / github.com/apache/fory / get_context_object

Method get_context_object

python/pyfory/context.py:549–550  ·  view source on GitHub ↗
(self, key, default=None)

Source from the content-addressed store, hash-verified

547 return id(key) in self.context_objects
548
549 def get_context_object(self, key, default=None):
550 return self.context_objects.get(id(key), default)
551
552 def increase_depth(self, diff=1):
553 # Depth accounting is paired on the successful path only.

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected