MCPcopy Index your code
hub / github.com/hugapi/hug / load

Method load

tests/test_decorators.py:607–608  ·  view source on GitHub ↗
(self, item)

Source from the content-addressed store, hash-verified

605 return MarshalResult("Dump Success", {})
606
607 def load(self, item):
608 return ("Load Success", None)
609
610 def loads(self, item):
611 return self.load(item)

Callers 2

loadsMethod · 0.95
__call__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected