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

Function load

tests/helpers/default-packager.js:243–255  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

241 },
242
243 load(type) {
244 if (type === registryType) {
245 return [
246 {
247 toTree() {
248 return fn.apply(this, arguments);
249 },
250 },
251 ];
252 }
253
254 return [];
255 },
256 };
257}
258

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…