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

Function put

app/core/api/users.js:66–72  ·  view source on GitHub ↗
(user, options)

Source from the content-addressed store, hash-verified

64 },
65
66 put (user, options) {
67 if (options == null) { options = {} }
68 return fetchJson(this.url(user._id), _.assign({}, options, {
69 method: 'PUT',
70 json: user
71 }))
72 },
73
74 createBillingAgreement ({ userID, productID }, options) {
75 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected