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

Method load_source_file

app/service/data_svc.py:248–250  ·  view source on GitHub ↗
(self, filename, access)

Source from the content-addressed store, hash-verified

246 await self.load_yaml_file(Adversary, filename, access)
247
248 async def load_source_file(self, filename, access):
249 warnings.warn(DEPRECATION_WARNING_LOAD, DeprecationWarning, stacklevel=2)
250 await self.load_yaml_file(Source, filename, access)
251
252 async def load_objective_file(self, filename, access):
253 warnings.warn(DEPRECATION_WARNING_LOAD, DeprecationWarning, stacklevel=2)

Callers

nothing calls this directly

Calls 1

load_yaml_fileMethod · 0.95

Tested by

no test coverage detected