Method
oldindex
Returns true if the indexes need to be updated. @return result of check
()
Source from the content-addressed store, hash-verified
| 240 | * @return result of check |
| 241 | */ |
| 242 | public boolean oldindex() { |
| 243 | return oldindex; |
| 244 | } |
| 245 | |
| 246 | /** |
| 247 | * Returns the disk size of the database. |
Tested by
no test coverage detected