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

Method _instrumentationFor

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

Source from the content-addressed store, hash-verified

198 }
199
200 _instrumentationFor(name) {
201 let instr = this.instrumentations[name];
202 if (!instr) {
203 throw new Error(`No such instrumentation "${name}"`);
204 }
205 return instr;
206 }
207
208 _instrumentationTreeFor(name) {
209 return heimdallGraph.loadFromNode(this.instrumentations[name].node);

Callers 2

startMethod · 0.95
stopAndReportMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected