Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
27
export function useCurrentGuild() {
28
return useContext(CurrentGuildContext);
29
}
30
31
export function useCurrentGuildId() {
32
const guildId = useContext(CurrentGuildIdContext);
Callers
5
TopNav
Function · 0.90
GuildSideNav
Function · 0.90
GuildPagesWrapper
Function · 0.90
EditGuildScript
Function · 0.90
GuildHome
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected