MCPcopy Create free account
hub / github.com/dfreeman/ember-cli-node-assets / findHost

Function findHost

index.js:45–54  ·  view source on GitHub ↗
(addon)

Source from the content-addressed store, hash-verified

43}
44
45function findHost(addon) {
46 var current = addon;
47 var app;
48
49 do {
50 app = current.app || app;
51 } while (current.parent.parent && (current = current.parent));
52
53 return app;
54}

Callers 1

index.jsFile · 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…