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

Method map_to_ui_value

src/model/value_mappers.py:12–13  ·  view source on GitHub ↗
(self, script_value)

Source from the content-addressed store, hash-verified

10
11 @abc.abstractmethod
12 def map_to_ui_value(self, script_value):
13 pass
14
15
16class DictBasedValueMapper(ValueMapper):

Callers 2

get_ui_valuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected