()
| 197 | } |
| 198 | |
| 199 | func (lf *logFile) encryptionEnabled() bool { |
| 200 | return lf.dataKey != nil |
| 201 | } |
| 202 | |
| 203 | func (lf *logFile) munmap() (err error) { |
| 204 | if lf.loadingMode != options.MemoryMap || len(lf.fmap) == 0 { |
no outgoing calls
no test coverage detected