MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / _instrumentationTreeFor

Method _instrumentationTreeFor

lib/models/instrumentation.js:208–210  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

206 }
207
208 _instrumentationTreeFor(name) {
209 return heimdallGraph.loadFromNode(this.instrumentations[name].node);
210 }
211
212 _invokeAddonHook(name, instrumentationInfo) {
213 if (this.project && this.project.addons.length) {

Callers 2

stopAndReportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected