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

Method apply

app/service/data_svc.py:119–121  ·  view source on GitHub ↗
(self, collection)

Source from the content-addressed store, hash-verified

117 self.log.debug('There are %s jobs in the scheduler' % len(self.ram['schedules']))
118
119 async def apply(self, collection):
120 if collection not in self.ram:
121 self.ram[collection] = []
122
123 async def load_data(self, plugins=()):
124 loop = asyncio.get_event_loop()

Callers 15

start_serverFunction · 0.45
PrFunction · 0.45
deFunction · 0.45
alpine.min.jsFile · 0.45
oeFunction · 0.45
oFunction · 0.45
KnFunction · 0.45
$Function · 0.45
muuri.min.jsFile · 0.45
fFunction · 0.45
jquery.jsFile · 0.45

Calls

no outgoing calls

Tested by 1

setup_contact_serviceFunction · 0.36