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

Function getOwn

app/core/api/trial-requests.js:19–24  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

17 },
18
19 getOwn (options) {
20 if (options == null) { options = {} }
21 if (options.data == null) { options.data = {} }
22 options.data.applicant = me.id
23 return fetchJson('/db/trial.request', options)
24 },
25
26 update (trialRequest, options) {
27 if (!trialRequest._id) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected