(path string, pgId common.Pgid)
| 17 | } |
| 18 | |
| 19 | func ClearPage(path string, pgId common.Pgid) (bool, error) { |
| 20 | return ClearPageElements(path, pgId, 0, -1, false) |
| 21 | } |
| 22 | |
| 23 | // ClearPageElements supports clearing elements in both branch and leaf |
| 24 | // pages. Note if the ${abandonFreelist} is true, the freelist may be cleaned |
no test coverage detected