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

Function build

tests/unit/models/instrumentation-test.js:351–358  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

349
350 it('removes any prior instrumentation information to avoid leaks', function () {
351 function build() {
352 instrumentation.start('build');
353 let a = heimdall.start('a');
354 let b = heimdall.start('b');
355 b.stop();
356 a.stop();
357 instrumentation.stopAndReport('build');
358 }
359
360 function countNodes() {
361 let graph = heimdallGraph.loadFromNode(heimdall.root);

Callers 1

Calls 2

stopAndReportMethod · 0.80
startMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…