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

Method _invokeAddonHook

lib/models/instrumentation.js:212–220  ·  view source on GitHub ↗
(name, instrumentationInfo)

Source from the content-addressed store, hash-verified

210 }
211
212 _invokeAddonHook(name, instrumentationInfo) {
213 if (this.project && this.project.addons.length) {
214 this.project.addons.forEach((addon) => {
215 if (typeof addon.instrumentation === 'function') {
216 addon.instrumentation(name, instrumentationInfo);
217 }
218 });
219 }
220 }
221
222 _writeInstrumentation(name, instrumentationInfo) {
223 if (!vizEnabled()) {

Callers 1

stopAndReportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected