MCPcopy 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
194function unshiftValue(array, value) {
195 array.unshift(value);
196 return array;
197}
198
199/*
200Formatting colors for ember-cli help

Callers 1

generateTokensMethod · 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…