| 76 | } |
| 77 | |
| 78 | type filePool struct { |
| 79 | N int64 |
| 80 | Directory string |
| 81 | } |
| 82 | |
| 83 | // NewFilePool returns a Pool, Get() returns a file-based buffer of max size N. |
| 84 | // Put() closes and deletes the underlying file for the buffer. |
nothing calls this directly
no outgoing calls
no test coverage detected