MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / _read

Function _read

tests/integration/test_table_handles.py:127–130  ·  view source on GitHub ↗
(api_client, table, name)

Source from the content-addressed store, hash-verified

125
126
127def _read(api_client, table, name):
128 return api_client.command(
129 "project.dataTable.getValue", {"table": table, "name": name}
130 )["value"]
131
132
133@pytest.mark.integration

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected