| 76 | } |
| 77 | |
| 78 | type filePoolAt struct { |
| 79 | N int64 |
| 80 | Directory string |
| 81 | } |
| 82 | |
| 83 | // NewFilePoolAt returns a PoolAt, 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