resetCache resets the cache; call under mutex
()
| 71 | |
| 72 | // resetCache resets the cache; call under mutex |
| 73 | func (ws *windowGeometrySaver) resetCache() { |
| 74 | ws.cache = make(windowGeometries) |
| 75 | } |
| 76 | |
| 77 | // lockFile attempts to create the window geometry lock file |
| 78 | func (ws *windowGeometrySaver) lockFile() error { |
no outgoing calls
no test coverage detected