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

Method load_objective_file

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

Source from the content-addressed store, hash-verified

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)
254 await self.load_yaml_file(Objective, filename, access)
255
256 async def load_yaml_file(self, object_class, filename, access):
257 for src in self.strip_yml(filename):

Callers

nothing calls this directly

Calls 1

load_yaml_fileMethod · 0.95

Tested by

no test coverage detected