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

Method ensureBroccoliBuilder

lib/models/builder.js:51–55  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49 }
50
51 async ensureBroccoliBuilder() {
52 if (this.builder === undefined) {
53 await this.setupBroccoliBuilder();
54 }
55 }
56
57 /**
58 * @private

Callers 2

buildMethod · 0.95

Calls 1

setupBroccoliBuilderMethod · 0.95

Tested by

no test coverage detected