Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Serial-Studio/Serial-Studio
/ _reg
Function
_reg
tests/integration/test_change_driven_transforms.py:141–144 ·
view source on GitHub ↗
(api_client, name)
Source
from the content-addressed store, hash-verified
139
140
141
def
_reg(api_client, name):
142
return
api_client.command(
143
"project.dataTable.getValue"
, {
"table"
:
"T"
,
"name"
: name}
144
)[
"value"
]
145
146
147
def
_feed(device_simulator, rows):
Callers
3
_run
Method · 0.85
test_chain_reruns_only_on_upstream_change
Method · 0.85
test_live_toggle
Method · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected