MakeSparse makes a file sparse, starting from the specified offset.
(ctx context.Context, f *os.File, offset int64)
| 23 | |
| 24 | // MakeSparse makes a file sparse, starting from the specified offset. |
| 25 | MakeSparse(ctx context.Context, f *os.File, offset int64) error |
| 26 | } |
no outgoing calls
no test coverage detected