Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ reload_data
Method
reload_data
app/service/data_svc.py:127–128 ·
view source on GitHub ↗
(self, plugins=())
Source
from the content-addressed store, hash-verified
125
loop.create_task(self._load(plugins))
126
127
async
def
reload_data(self, plugins=()):
128
await self._load(plugins)
129
130
async
def
store(self, c_object):
131
try
:
Callers
nothing calls this directly
Calls
1
_load
Method · 0.95
Tested by
no test coverage detected