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

Function getOwn

app/core/api/prepaids.js:43–48  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

41 },
42
43 getOwn (options) {
44 if (options == null) { options = {} }
45 if (options.data == null) { options.data = {} }
46 options.data.creator = me.id
47 return fetchJson('/db/prepaid', options)
48 },
49
50 post (options) {
51 if (options == null) { options = {} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected