()
| 109 | } |
| 110 | |
| 111 | func cacheMetaPath() string { |
| 112 | return filepath.Join(cacheDir(), "remote_meta.meta.json") |
| 113 | } |
| 114 | |
| 115 | // cacheWritable checks if the cache directory is writable. |
| 116 | // Returns false if the directory cannot be created or written to. |
no test coverage detected