(target uint32)
| 208 | } |
| 209 | |
| 210 | func (p *Page) SetOverflow(target uint32) { |
| 211 | p.overflow = target |
| 212 | } |
| 213 | |
| 214 | func (p *Page) String() string { |
| 215 | return fmt.Sprintf("ID: %d, Type: %s, count: %d, overflow: %d", p.id, p.Typ(), p.count, p.overflow) |
no outgoing calls
no test coverage detected