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

Method WriteBootFile

pixiecore/http_test.go:34–34  ·  view source on GitHub ↗
(id ID, r io.Reader)

Source from the content-addressed store, hash-verified

32 return nil, -1, errors.New("no")
33}
34func (b booterFunc) WriteBootFile(id ID, r io.Reader) error { return errors.New("no") }
35
36func TestIpxe(t *testing.T) {
37 booter := func(m Machine) (*Spec, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected