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

Method err

nodedb-sql/src/parser/array_stmt/parse_impl.rs:39–41  ·  view source on GitHub ↗
(&self, msg: impl Into<String>)

Source from the content-addressed store, hash-verified

37 }
38
39 pub(super) fn err(&self, msg: impl Into<String>) -> SqlError {
40 SqlError::Parse { detail: msg.into() }
41 }
42
43 pub(super) fn expect_kw(&mut self, kw: &str) -> Result<()> {
44 match self.peek() {

Callers 15

expect_kwMethod · 0.45
expect_identMethod · 0.45
expectMethod · 0.45
expect_intMethod · 0.45
parse_createMethod · 0.45
parse_dimMethod · 0.45
parse_domain_boundMethod · 0.45
parse_attrMethod · 0.45
parse_cell_orderMethod · 0.45
parse_tile_orderMethod · 0.45

Calls

no outgoing calls

Tested by 1