Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ember-cli/ember-cli
/ unshiftValue
Function
unshiftValue
lib/utilities/markdown-color.js:194–197 ·
view source on GitHub ↗
(array, value)
Source
from the content-addressed store, hash-verified
192
}
193
194
function
unshiftValue(array, value) {
195
array.unshift(value);
196
return
array;
197
}
198
199
/*
200
Formatting colors
for
ember-cli help
Callers
1
generateTokens
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…