MCPcopy Create free account
hub / github.com/DBCDK/morph / execBuild

Function execBuild

morph.go:332–338  ·  view source on GitHub ↗
(hosts []nix.Host)

Source from the content-addressed store, hash-verified

330}
331
332func execBuild(hosts []nix.Host) (string, error) {
333 resultPath, err := buildHosts(hosts)
334 if err != nil {
335 return "", err
336 }
337 return resultPath, nil
338}
339
340func execEval() (string, error) {
341 ctx := getNixContext()

Callers 2

mainFunction · 0.85
execPushFunction · 0.85

Calls 1

buildHostsFunction · 0.85

Tested by

no test coverage detected