MCPcopy Create free account
hub / github.com/danderson/netboot / Progress

Method Progress

pixiecore/logging.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (m machineState) Progress() string {
52 return fmt.Sprintf("%.0f%%", float32(m)/float32(machineStateBooted)*100)
53}
54
55const (
56 machineStateProxyDHCP = iota

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected