Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/bugy/script-server
/ map_to_script_value
Method
map_to_script_value
src/model/value_mappers.py:8–9 ·
view source on GitHub ↗
(self, user_value)
Source
from the content-addressed store, hash-verified
6
class
ValueMapper(metaclass=abc.ABCMeta):
7
@abc.abstractmethod
8
def
map_to_script_value(self, user_value):
9
pass
10
11
@abc.abstractmethod
12
def
map_to_ui_value(self, script_value):
Callers
1
map_to_script
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected