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

Function makeLevelObject

test/app/factories.ozar.js:99–102  ·  view source on GitHub ↗
(attrs)

Source from the content-addressed store, hash-verified

97 },
98
99 makeLevelObject(attrs) {
100 const level = this.makeLevel(attrs);
101 return level.toJSON();
102 },
103
104 makeUser(attrs, sources) {
105 if (sources == null) { sources = {}; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected