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

Function _last_group_id

tests/integration/test_project_editor.py:28–31  ·  view source on GitHub ↗
(api_client)

Source from the content-addressed store, hash-verified

26
27
28def _last_group_id(api_client) -> int:
29 groups = api_client.list_groups()
30 assert groups, "Expected at least one group"
31 return len(groups) - 1
32
33
34def _last_dataset(api_client) -> tuple[int, int]:

Callers

nothing calls this directly

Calls 1

list_groupsMethod · 0.80

Tested by

no test coverage detected