Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
29
def
_add_table(api_client, name=
"Shared Table"
):
30
return
api_client.command(
"project.dataTable.add"
, {
"name"
: name})
31
32
33
def
_get_table(api_client, name):
Callers
15
test_add_table_returns_actual_name
Function · 0.85
test_add_table_uniquifies_duplicates
Function · 0.85
test_add_table_with_empty_name_uses_default
Function · 0.85
test_list_tables_reports_register_count
Function · 0.85
test_delete_table_removes_it
Function · 0.85
test_rename_table_applies
Function · 0.85
test_rename_table_collision_is_rejected
Function · 0.85
test_add_numeric_register_preserves_type
Function · 0.85
test_add_string_register_preserves_type
Function · 0.85
test_register_name_uniquification
Function · 0.85
test_delete_register_removes_it
Function · 0.85
test_update_register_rename
Function · 0.85
Calls
1
command
Method · 0.80
Tested by
no test coverage detected