Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codecombat/codecombat
/ getUsableArenas
Function
getUsableArenas
app/core/api/arenas.js:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import
fetchJson from
'./fetch-json'
2
3
export
const
getUsableArenas = () => {
4
return
fetchJson(
'/db/level/-/arenas'
)
5
}
Callers
1
fetchUsableArenas
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected