Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmrDeveloper/GQL
/ has_next
Method
has_next
crates/gitql-parser/src/tokenizer.rs:813–815 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
811
}
812
813
fn has_next(&self) -> bool {
814
self.index < self.content_len
815
}
816
817
fn is_last(&self) -> bool {
818
self.index == self.content_len - 1
Callers
1
tokenize_characters
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected