MCPcopy Create free account
hub / github.com/dfinity/orbit / get_user_group

Function get_user_group

core/station/impl/src/controllers/user_group.rs:17–19  ·  view source on GitHub ↗
(input: GetUserGroupInput)

Source from the content-addressed store, hash-verified

15
16#[query(name = "get_user_group")]
17async fn get_user_group(input: GetUserGroupInput) -> ApiResult<GetUserGroupResponse> {
18 CONTROLLER.get_user_group(input).await
19}
20
21#[query(name = "list_user_groups")]
22async fn list_user_groups(input: ListUserGroupsInput) -> ApiResult<ListUserGroupsResponse> {

Callers

nothing calls this directly

Calls 1

get_user_groupMethod · 0.80

Tested by

no test coverage detected