Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
51
def
create_ui_value_mapper(config) -> ValueMapper:
52
mappings_config = read_dict(config,
'values_ui_mapping'
, {})
53
54
return
DictBasedValueMapper(mappings_config)
Callers
1
_setup
Method · 0.90
Calls
2
read_dict
Function · 0.90
DictBasedValueMapper
Class · 0.85
Tested by
no test coverage detected