Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getAutoClanSlug
Method
getAutoClanSlug
app/models/Clan.js:20–22 ·
view source on GitHub ↗
(idOrSlug, kind)
Source
from the content-addressed store, hash-verified
18
}
19
20
static getAutoClanSlug (idOrSlug, kind) {
21
return
`autoclan-${kind}-${idOrSlug}`
22
}
23
}
24
Clan.initClass()
25
return
Clan
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected