MCPcopy Create free account
hub / github.com/HashLoad/boss / Build

Function Build

core/compiler/compiler.go:17–21  ·  view source on GitHub ↗
(pkg *models.Package)

Source from the content-addressed store, hash-verified

15)
16
17func Build(pkg *models.Package) {
18 buildOrderedPackages(pkg)
19 graph := LoadOrderGraphAll(pkg)
20 saveLoadOrder(graph)
21}
22
23func saveLoadOrder(queue *graphs.NodeQueue) {
24 var projects = ""

Callers 1

DoInstallFunction · 0.92

Calls 3

buildOrderedPackagesFunction · 0.85
LoadOrderGraphAllFunction · 0.85
saveLoadOrderFunction · 0.85

Tested by

no test coverage detected