| 2291 | } |
| 2292 | |
| 2293 | type directIO struct { |
| 2294 | cio.DirectIO |
| 2295 | } |
| 2296 | |
| 2297 | // ioCreate returns IO available for use with task creation |
| 2298 | func (f *directIO) IOCreate(id string) (cio.IO, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected