Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ bump
Method
bump
nodedb-sql/src/parser/array_stmt/parse_impl.rs:29–33 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
27
}
28
29
pub(super) fn bump(&mut self) -> Option<&'a Token> {
30
let t = self.toks.get(self.i)?;
31
self.i += 1;
32
Some(t)
33
}
34
35
pub(super) fn at_end(&self) -> bool {
36
self.i >= self.toks.len()
Callers
6
expect_ident
Method · 0.45
expect_int
Method · 0.45
expect_float_or_int_as_f64
Method · 0.45
parse_domain_bound
Method · 0.45
parse_coord_literal
Method · 0.45
parse_attr_literal
Method · 0.45
Calls
1
get
Method · 0.45
Tested by
no test coverage detected