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

Method load_requirements_from_list

app/service/data_svc.py:241–242  ·  view source on GitHub ↗
(self, requirements: list)

Source from the content-addressed store, hash-verified

239 return [ExecutorSchema().load(entry) for entry in executors]
240
241 async def load_requirements_from_list(self, requirements: list):
242 return [RequirementSchema().load(entry) for entry in requirements]
243
244 async def load_adversary_file(self, filename, access):
245 warnings.warn(DEPRECATION_WARNING_LOAD, DeprecationWarning, stacklevel=2)

Callers 1

Calls 2

RequirementSchemaClass · 0.90
loadMethod · 0.45

Tested by

no test coverage detected