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

Method WriteBootFile

pixiecore/booters.go:122–124  ·  view source on GitHub ↗
(ID, io.Reader)

Source from the content-addressed store, hash-verified

120}
121
122func (s *staticBooter) WriteBootFile(ID, io.Reader) error {
123 return nil
124}
125
126// APIBooter gets a BootSpec from a remote server over HTTP.
127//

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected