MCPcopy Create free account
hub / github.com/CommE2E/comm / useUserIdentityCache

Function useUserIdentityCache

lib/components/user-identity-cache.react.js:258–262  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

256}
257
258function useUserIdentityCache(): UserIdentityCache {
259 const context = React.useContext(UserIdentityCacheContext);
260 invariant(context, 'UserIdentityCacheContext not found');
261 return context;
262}
263
264export { UserIdentityCacheProvider, useUserIdentityCache };

Callers 4

useFindUserIdentitiesFunction · 0.90
FarcasterDataHandlerFunction · 0.90
useSetLocalFIDFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected