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

Function getAvailability

app/core/api/parents.js:10–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8 })
9 },
10 getAvailability () {
11 return fetchJson('/parents/admin-availability', {
12 method: 'GET'
13 })
14 },
15 updateAvailabilityStatus (status = 'on') {
16 return fetchJson('/parents/update-admin-availability-status', {
17 method: 'PUT',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected