MCPcopy Create free account
hub / github.com/Botloader/botloader / useCurrentGuild

Function useCurrentGuild

frontend/src/modules/guilds/CurrentGuild.tsx:27–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27export function useCurrentGuild() {
28 return useContext(CurrentGuildContext);
29}
30
31export function useCurrentGuildId() {
32 const guildId = useContext(CurrentGuildIdContext);

Callers 5

TopNavFunction · 0.90
GuildSideNavFunction · 0.90
GuildPagesWrapperFunction · 0.90
EditGuildScriptFunction · 0.90
GuildHomeFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected