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

Function _update_register

tests/integration/test_data_tables.py:44–47  ·  view source on GitHub ↗
(api_client, table, name, **kwargs)

Source from the content-addressed store, hash-verified

42
43
44def _update_register(api_client, table, name, **kwargs):
45 payload = {"table": table, "name": name}
46 payload.update(kwargs)
47 return api_client.command("project.dataTable.updateRegister", payload)
48
49
50def _delete_register(api_client, table, name):

Calls 2

commandMethod · 0.80
updateMethod · 0.45

Tested by

no test coverage detected