Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getMyClans
Function
getMyClans
app/core/api/clans.js:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
export
const
getPublicClans = () => fetchJson(
'/db/clan/-/public'
)
4
5
export
const
getMyClans = () => fetchJson(`/db/user/${me.id}/clans`)
6
7
export
const
getUserClans = (userId) => fetchJson(`/db/user/${userId}/clans`)
8
Callers
1
fetchMyClans
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected