| 254 | } |
| 255 | |
| 256 | bool AssemblyContext::hasText() const { |
| 257 | return text_->length > current_position_.index; |
| 258 | } |
| 259 | |
| 260 | void AssemblyContext::seekForward(uint32_t size) { |
| 261 | current_position_.index += size; |
no outgoing calls
no test coverage detected