MCPcopy
hub / github.com/apache/caldera / store

Method store

app/service/data_svc.py:130–134  ·  view source on GitHub ↗
(self, c_object)

Source from the content-addressed store, hash-verified

128 await self._load(plugins)
129
130 async def store(self, c_object):
131 try:
132 return c_object.store(self.ram)
133 except Exception as e:
134 self.log.error('[!] can only store first-class objects: %s' % e)
135
136 async def locate(self, object_name, match=None):
137 try:

Callers 12

restore_stateMethod · 0.95
load_yaml_fileMethod · 0.95
_load_data_encodersMethod · 0.95
_create_abilityMethod · 0.95
run_schedulerMethod · 0.45
loadMethod · 0.45
handle_heartbeatMethod · 0.45
update_plannerMethod · 0.45
create_operationMethod · 0.45
create_scheduleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected