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

Function parse_sql_detected

nodedb/src/control/planner/procedural/parser/mod.rs:155–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153
154 #[test]
155 fn parse_sql_detected() {
156 let block = parse_block("BEGIN INSERT INTO users VALUES (1); END").unwrap();
157 assert!(matches!(&block.statements[0], Statement::Sql { .. }));
158 }
159
160 #[test]
161 fn parse_raise() {

Callers

nothing calls this directly

Calls 1

parse_blockFunction · 0.85

Tested by

no test coverage detected