Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-learn/ember-api-docs
/ major
Function
major
app/helpers/version-lt.js:9–11 ·
view source on GitHub ↗
(versionArray)
Source
from the content-addressed store, hash-verified
7
}
8
9
function
major(versionArray) {
10
return
versionArray[0];
11
}
12
13
function
minor(versionArray) {
14
return
versionArray[1];
Callers
1
versionLt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected