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

Method String

pixiecore/pixiecore.go:56–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54)
55
56func (a Architecture) String() string {
57 switch a {
58 case ArchIA32:
59 return "IA32"
60 case ArchX64:
61 return "X64"
62 default:
63 return "Unknown architecture"
64 }
65}
66
67// A Machine describes a machine that is attempting to boot.
68type Machine struct {

Callers 1

expandCmdlineFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected