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

Function no_params_noop

nodedb-sql/src/params.rs:164–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162
163 #[test]
164 fn no_params_noop() {
165 let result = bind_and_format("SELECT 1", &[]);
166 assert!(result.contains("SELECT 1"));
167 }
168
169 #[test]
170 fn bind_cte_body_placeholders() {

Callers

nothing calls this directly

Calls 1

bind_and_formatFunction · 0.85

Tested by

no test coverage detected