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

Function getTeacherCount

app/core/api/api-clients.js:89–92  ·  view source on GitHub ↗
(clientID, options)

Source from the content-addressed store, hash-verified

87 },
88
89 getTeacherCount (clientID, options) {
90 if (options == null) { options = {} }
91 return fetchJson(`/db/api-clients/${clientID}/teacher-count`)
92 },
93
94 getTeachers (clientID, { skip, limit }) {
95 return fetchJson(`/db/api-clients/${clientID}/teachers`, {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected