Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AmrDeveloper/GQL
/ advance
Method
advance
crates/gitql-parser/src/tokenizer.rs:791–794 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
789
}
790
791
fn advance(&mut self) {
792
self.index += 1;
793
self.column_end += 1;
794
}
795
796
fn advance_n(&mut self, n: usize) {
797
self.index += n;
Callers
13
tokenize_characters
Method · 0.80
consume_global_variable_name
Method · 0.80
consume_identifier
Method · 0.80
consume_backticks_identifier
Method · 0.80
consume_number
Method · 0.80
consume_binary_number
Method · 0.80
consume_octal_number
Method · 0.80
consume_hex_number
Method · 0.80
consume_string_in_single_quotes
Method · 0.80
consume_string_in_double_quotes
Method · 0.80
consume_string_with_around
Method · 0.80
consume_single_line_comment
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected