Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_create
Method · 0.80
parse_drop
Method · 0.80
parse_insert
Method · 0.80
parse_alter
Method · 0.80
parse_delete
Method · 0.80
Calls
1
len
Method · 0.45
Tested by
no test coverage detected