MCPcopy Index your code
hub / github.com/apache/caldera / load_data

Method load_data

app/service/data_svc.py:123–125  ·  view source on GitHub ↗
(self, plugins=())

Source from the content-addressed store, hash-verified

121 self.ram[collection] = []
122
123 async def load_data(self, plugins=()):
124 loop = asyncio.get_event_loop()
125 loop.create_task(self._load(plugins))
126
127 async def reload_data(self, plugins=()):
128 await self._load(plugins)

Callers 1

run_tasksFunction · 0.45

Calls 1

_loadMethod · 0.95

Tested by

no test coverage detected