MCPcopy 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

1import fetchJson from './fetch-json'
2
3export const getUsableArenas = () => {
4 return fetchJson('/db/level/-/arenas')
5}

Callers 1

fetchUsableArenasFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected