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

Method get_values

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

Source from the content-addressed store, hash-verified

28class NoneValuesProvider(ValuesProvider):
29
30 def get_values(self, parameter_values):
31 return None
32
33
34class ConstValuesProvider(ValuesProvider):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected