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

Function _generate_link

tests/conftest.py:224–225  ·  view source on GitHub ↗
(command, paw, ability, executor, *args, **kwargs)

Source from the content-addressed store, hash-verified

222@pytest.fixture
223def link():
224 def _generate_link(command, paw, ability, executor, *args, **kwargs):
225 return Link.load(dict(*args, ability=ability, executor=executor, command=command, paw=paw, **kwargs))
226
227 return _generate_link
228

Callers

nothing calls this directly

Calls 1

loadMethod · 0.45

Tested by

no test coverage detected