()
| 71 | } |
| 72 | |
| 73 | func (p *Page) IsFreelistPage() bool { |
| 74 | return p.flags == FreelistPageFlag |
| 75 | } |
| 76 | |
| 77 | // IsValidPage checks Page flags correctness, only a single proper flag can be used. |
| 78 | func (p *Page) IsValidPage() bool { |
no outgoing calls
no test coverage detected