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

Function init

pixiecore/cli/bootcmd.go:63–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

61}
62
63func init() {
64 rootCmd.AddCommand(bootCmd)
65 serverConfigFlags(bootCmd)
66 staticConfigFlags(bootCmd)
67}

Callers

nothing calls this directly

Calls 2

serverConfigFlagsFunction · 0.85
staticConfigFlagsFunction · 0.85

Tested by

no test coverage detected