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

Function load

tests/unit/models/addon-test.js:193–201  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

191 addon.registry = {
192 app: addon,
193 load() {
194 return [
195 {
196 toTree(tree) {
197 return tree;
198 },
199 },
200 ];
201 },
202
203 extensionsForType() {
204 return ['js'];

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…