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

Function getAll

app/core/api/api-clients.js:35–38  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

33 },
34
35 getAll (options) {
36 if (options == null) { options = {} }
37 return fetchJson('/db/api-clients', options)
38 },
39
40 post (options) {
41 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected