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

Function extraProvisions

app/core/api/users.js:149–153  ·  view source on GitHub ↗
({ userId })

Source from the content-addressed store, hash-verified

147 },
148
149 extraProvisions ({ userId }) {
150 return fetchJson(`/db/user/${userId}/extra-provisions`, _.assign({}, {
151 method: 'PUT'
152 }))
153 },
154
155 loginArapahoe (attrs, options) {
156 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected