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

Function _add_table

tests/integration/test_data_tables.py:29–30  ·  view source on GitHub ↗
(api_client, name="Shared Table")

Source from the content-addressed store, hash-verified

27
28
29def _add_table(api_client, name="Shared Table"):
30 return api_client.command("project.dataTable.add", {"name": name})
31
32
33def _get_table(api_client, name):

Calls 1

commandMethod · 0.80

Tested by

no test coverage detected