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

Function _create_script_config

src/tests/execution_service_test.py:443–450  ·  view source on GitHub ↗
(parameter_configs)

Source from the content-addressed store, hash-verified

441
442
443def _create_script_config(parameter_configs):
444 config = ConfigModel(
445 {'name': 'script_x',
446 'script_path': 'ls',
447 'parameters': parameter_configs},
448 'script_x.json', 'user1', 'localhost',
449 test_utils.process_invoker)
450 return config

Callers 1

_startFunction · 0.85

Calls 1

ConfigModelClass · 0.90

Tested by

no test coverage detected