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

Function makeVersion

test/app/factories.coco.js:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24const LevelSystem = require('models/LevelSystem');
25
26const makeVersion = () => ({
27 major: 0,
28 minor: 0,
29 isLatestMajor: true,
30 isLatestMinor: true
31});
32
33module.exports = {
34

Callers 4

makeLevelFunction · 0.70
makeThangTypeFunction · 0.70
makeLevelComponentFunction · 0.70
makeLevelSystemFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected