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

Method get_values

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

Source from the content-addressed store, hash-verified

22class EmptyValuesProvider(ValuesProvider):
23
24 def get_values(self, parameter_values):
25 return []
26
27
28class NoneValuesProvider(ValuesProvider):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected