MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / build

Function build

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

Source from the content-addressed store, hash-verified

23 __heimdall__: {},
24 },
25 build() {
26 return Promise.resolve({
27 outputPath: 'build results',
28 outputNodeWrapper: {
29 __heimdall__: {},
30 },
31 });
32 },
33 cleanup() {},
34 };
35 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…