MCPcopy
hub / github.com/microsoft/agent-lightning / start

Method start

tests/algorithm/test_utils.py:33–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

31 return self.running
32
33 async def start(self) -> None:
34 self.start_calls += 1
35 self.running = True
36
37 async def stop(self) -> None:
38 self.stop_calls += 1

Calls

no outgoing calls

Tested by

no test coverage detected