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

Function postBuild

tests/unit/models/builder-test.js:290–294  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288 },
289
290 postBuild() {
291 hooksCalled.push('postBuild');
292
293 return Promise.resolve();
294 },
295
296 outputReady() {
297 hooksCalled.push('outputReady');

Callers 1

builder-test.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…