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

@ -725,7 +725,7 @@ const TSQueryPredicateStep *ts_query_predicates_for_pattern(
uint32_t *length
);
bool ts_query_step_is_definite(
bool ts_query_is_pattern_guaranteed_at_step(
const TSQuery *self,
uint32_t byte_offset
);