Rename Query::step_is_definite -> is_pattern_guaranteed_at_step

This commit is contained in:
Max Brunsfeld 2021-11-21 11:37:52 -08:00
parent f69c4861c3
commit 142f4b6438
5 changed files with 9 additions and 7 deletions

View file

@ -2269,7 +2269,7 @@ uint32_t ts_query_start_byte_for_pattern(
return self->patterns.contents[pattern_index].start_byte;
}
bool ts_query_step_is_definite(
bool ts_query_is_pattern_guaranteed_at_step(
const TSQuery *self,
uint32_t byte_offset
) {