MCPcopy Index your code
hub / github.com/bugy/script-server / get_values

Method get_values

src/config/script/list_values.py:50–51  ·  view source on GitHub ↗
(self, parameter_values)

Source from the content-addressed store, hash-verified

48 self._values = [line for line in script_output.split('\n') if not is_empty(line)]
49
50 def get_values(self, parameter_values):
51 return self._values
52
53
54class DependantScriptValuesProvider(ValuesProvider):

Callers 3

test_ls_3_filesMethod · 0.95
test_ls_no_filesMethod · 0.95

Calls

no outgoing calls

Tested by 3

test_ls_3_filesMethod · 0.76
test_ls_no_filesMethod · 0.76