MCPcopy Index your code
hub / github.com/apache/caldera / _make_link

Function _make_link

tests/objects/test_operation.py:149–151  ·  view source on GitHub ↗
(link_id, link_paw='123456', link_status=-3)

Source from the content-addressed store, hash-verified

147@pytest.fixture
148def make_test_link(test_ability):
149 def _make_link(link_id, link_paw='123456', link_status=-3):
150 return Link(command='', paw=link_paw, ability=test_ability, id=link_id, executor=next(test_ability.executors),
151 status=link_status)
152 return _make_link
153
154

Callers

nothing calls this directly

Calls 2

LinkClass · 0.90
nextFunction · 0.50

Tested by

no test coverage detected