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

Function create_ui_value_mapper

src/model/value_mappers.py:51–54  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

49
50
51def create_ui_value_mapper(config) -> ValueMapper:
52 mappings_config = read_dict(config, 'values_ui_mapping', {})
53
54 return DictBasedValueMapper(mappings_config)

Callers 1

_setupMethod · 0.90

Calls 2

read_dictFunction · 0.90

Tested by

no test coverage detected