MCPcopy Create free account
hub / github.com/dailydotdev/apps / getBootData

Function getBootData

packages/shared/src/hooks/useBoot.ts:44–44  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42 const router = useRouter();
43 const client = useQueryClient();
44 const getBootData = () => client.getQueryData<Boot>(BOOT_QUERY_KEY);
45
46 const addSquad = (squad: Squad) => {
47 const bootData = getBootData();

Callers 6

addSquadFunction · 0.70
deleteSquadFunction · 0.70
updateSquadFunction · 0.70
getMarketingCtaFunction · 0.70
getPlusEntryDataFunction · 0.70
clearMarketingCtaFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected