MCPcopy Create free account
hub / github.com/msgbyte/tailchat / useContext

Function useContext

client/shared/contexts/factory.tsx:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 Context.displayName = options.displayName;
13
14 function useContext(): Props {
15 return React.useContext(Context);
16 }
17
18 return {
19 Context,

Callers 15

buildPortalFunction · 0.85
useChatBoxContextFunction · 0.85
useGroupInfoContextFunction · 0.85
useColorSchemeFunction · 0.85
useModalContextFunction · 0.85
useTcPopoverContextFunction · 0.85
SidebarView.tsxFile · 0.85
useSidebarContextFunction · 0.85
useGroupIdContextFunction · 0.85
useSocketContextFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected