Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
build
Method · 0.95
constructBroccoliWatcher
Method · 0.80
Calls
1
setupBroccoliBuilder
Method · 0.95
Tested by
no test coverage detected