MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / getDependencyFor

Function getDependencyFor

tests/helpers/default-packager.js:216–220  ·  view source on GitHub ↗
(key, value)

Source from the content-addressed store, hash-verified

214 * ```
215 */
216function getDependencyFor(key, value) {
217 return {
218 [key]: value,
219 };
220}
221
222/*
223 * Generates the object that represents an application's registry where all

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…