Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
24
const
LevelSystem = require(
'models/LevelSystem'
);
25
26
const
makeVersion = () => ({
27
major: 0,
28
minor: 0,
29
isLatestMajor: true,
30
isLatestMinor: true
31
});
32
33
module.exports = {
34
Callers
4
makeLevel
Function · 0.70
makeThangType
Function · 0.70
makeLevelComponent
Function · 0.70
makeLevelSystem
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected