MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / getSavedComponents

Function getSavedComponents

src/utils/favorites.js:27–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25};
26
27export const getSavedComponents = () => read();
28
29export const isComponentSaved = key => read().includes(key);
30

Callers 6

useFavoritesSyncFunction · 0.90
updateSavedFunction · 0.90
ComponentListFunction · 0.90
updateFunction · 0.90
FavoritesPageFunction · 0.90
updateFunction · 0.90

Calls 1

readFunction · 0.70

Tested by

no test coverage detected