MCPcopy 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_identMethod · 0.45
expect_intMethod · 0.45
parse_domain_boundMethod · 0.45
parse_coord_literalMethod · 0.45
parse_attr_literalMethod · 0.45

Calls 1

getMethod · 0.45

Tested by

no test coverage detected