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

Method list_groups

tests/utils/api_client.py:671–673  ·  view source on GitHub ↗

Return all groups (each carries groupId, title, datasetCount, datasetSummary).

(self)

Source from the content-addressed store, hash-verified

669 # ------------------------------------------------------------------
670
671 def list_groups(self) -> list:
672 """Return all groups (each carries groupId, title, datasetCount, datasetSummary)."""
673 return self.command("project.group.list").get("groups", [])
674
675 def list_datasets(self) -> list:
676 """Return all datasets across all groups, each carrying groupId+datasetId."""

Callers 5

add_groupMethod · 0.95
_add_group_with_datasetsFunction · 0.80
_last_group_idFunction · 0.80

Calls 2

commandMethod · 0.95
getMethod · 0.45

Tested by 4

_add_group_with_datasetsFunction · 0.64
_last_group_idFunction · 0.64