(id ID, r io.Reader)
| 158 | return ioutil.NopCloser(bytes.NewBuffer([]byte(d))), int64(len(d)), nil |
| 159 | } |
| 160 | func (b readBootFile) WriteBootFile(id ID, r io.Reader) error { return errors.New("no") } |
| 161 | |
| 162 | func TestFile(t *testing.T) { |
| 163 | log := func(subsystem, msg string) { t.Logf("[%s] %s", subsystem, msg) } |
nothing calls this directly
no outgoing calls
no test coverage detected