MCPcopy Create free account
hub / github.com/bytebase/bytebase / ensureGroupIdentifier

Function ensureGroupIdentifier

frontend/src/react/stores/app/group.ts:26–29  ·  view source on GitHub ↗
(id: string)

Source from the content-addressed store, hash-verified

24};
25
26export const ensureGroupIdentifier = (id: string) => {
27 const email = extractGroupEmail(id);
28 return `${groupNamePrefix}${email}`;
29};
30
31export const buildGroupFilter = (params: GroupFilter) => {
32 const filter = [];

Callers 4

useApprovalStepFunction · 0.90
useApprovalCandidatesFunction · 0.90
convertMemberToFullnameFunction · 0.90
createGroupSliceFunction · 0.70

Calls 1

extractGroupEmailFunction · 0.70

Tested by

no test coverage detected