MCPcopy Create free account
hub / github.com/codecombat/codecombat / getAll

Function getAll

app/core/api/ai_models.js:9–18  ·  view source on GitHub ↗
(options = {})

Source from the content-addressed store, hash-verified

7 },
8
9 getAll (options = {}) {
10 const url = '/db/ai_model'
11 return fetchJson(url, {
12 ...options,
13 data: {
14 cacheEdge: true,
15 ...(options.data || {})
16 }
17 })
18 }
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected