Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danderson/netboot
/ init
Function
init
pixiecore/cli/debugcmd.go:66–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
64
)
65
66
func
init() {
67
debugCmd.AddCommand(dumpIpxeCmd)
68
debugCmd.AddCommand(tcpdumpCmd)
69
rootCmd.AddCommand(debugCmd)
70
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected