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

Function _start

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

Source from the content-addressed store, hash-verified

423
424
425def _start(execution_service, user_id=DEFAULT_USER_ID):
426 return _start_with_config(execution_service, _create_script_config([]), None, user_id)
427
428
429def _start_with_config(execution_service, config, parameter_values=None, user_id=DEFAULT_USER_ID):

Callers 2

_startMethod · 0.85
setUpMethod · 0.85

Calls 2

_start_with_configFunction · 0.85
_create_script_configFunction · 0.85

Tested by

no test coverage detected