MCPcopy Create free account
hub / github.com/bugy/script-server / _start

Method _start

src/tests/execution_service_test.py:257–258  ·  view source on GitHub ↗
(self, execution_service, user_id=DEFAULT_USER_ID)

Source from the content-addressed store, hash-verified

255 self.assertEqual(['started', 'finished'], notifications)
256
257 def _start(self, execution_service, user_id=DEFAULT_USER_ID):
258 return _start(execution_service, user_id)
259
260 def _start_with_config(self, execution_service, config, user_id=DEFAULT_USER_ID):
261 user = User(user_id, DEFAULT_AUDIT_NAMES)

Calls 1

_startFunction · 0.85

Tested by

no test coverage detected