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

Function duplicate_error

nodedb-sql/src/planner/select/entry_ann.rs:203–207  ·  view source on GitHub ↗
(name: &str)

Source from the content-addressed store, hash-verified

201}
202
203fn duplicate_error(name: &str) -> SqlError {
204 SqlError::Unsupported {
205 detail: format!("option '{name}' specified more than once"),
206 }
207}
208
209/// Extract a string literal from a function argument expression.
210fn extract_string(expr: &ast::Expr, option: &str) -> Result<String> {

Callers 1

parse_ann_optionsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected