MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / at_end

Method at_end

nodedb-sql/src/parser/array_stmt/parse_impl.rs:35–37  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

33 }
34
35 pub(super) fn at_end(&self) -> bool {
36 self.i >= self.toks.len()
37 }
38
39 pub(super) fn err(&self, msg: impl Into<String>) -> SqlError {
40 SqlError::Parse { detail: msg.into() }

Callers 5

parse_createMethod · 0.80
parse_dropMethod · 0.80
parse_insertMethod · 0.80
parse_alterMethod · 0.80
parse_deleteMethod · 0.80

Calls 1

lenMethod · 0.45

Tested by

no test coverage detected