Rename Query::step_is_definite -> is_pattern_guaranteed_at_step
This commit is contained in:
parent
f69c4861c3
commit
142f4b6438
5 changed files with 9 additions and 7 deletions
|
|
@ -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
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue