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

Function useAppStore

frontend/src/react/pages/settings/GroupsPage.test.tsx:244–245  ·  view source on GitHub ↗
(selector?: (state: typeof storeState) => unknown)

Source from the content-addressed store, hash-verified

242 updateGroup: vi.fn(),
243 };
244 const useAppStore = (selector?: (state: typeof storeState) => unknown) =>
245 selector ? selector(storeState) : storeState;
246 useAppStore.getState = () => storeState;
247 return { useAppStore };
248});

Callers 15

WorkloadIdentityTableFunction · 0.70
WorkloadIdentitiesPageFunction · 0.70
CustomApprovalPageFunction · 0.70
ProjectsPageFunction · 0.70
RequestRoleFormFunction · 0.70
EnvironmentNameFunction · 0.70
RolloutPolicyConfigFunction · 0.70
EnvironmentDetailFunction · 0.70
CreateSheetFunction · 0.70
EnvironmentsPageFunction · 0.70
InstanceDetailPageFunction · 0.70
IDPDetailPageFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected