MCPcopy 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

3export const getPublicClans = () => fetchJson('/db/clan/-/public')
4
5export const getMyClans = () => fetchJson(`/db/user/${me.id}/clans`)
6
7export const getUserClans = (userId) => fetchJson(`/db/user/${userId}/clans`)
8

Callers 1

fetchMyClansFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected