| 102 | |
| 103 | |
| 104 | bool Pointer::validate(bool wide, const void *dataStart) const noexcept{ |
| 105 | const void *dataEnd = this; |
| 106 | const Value *target = carefulDeref(wide, dataStart, dataEnd); |
| 107 | return target && target->validate(dataStart, dataEnd); |
| 108 | } |
| 109 | |
| 110 | |
| 111 | } } } |
nothing calls this directly
no outgoing calls
no test coverage detected