Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ empty_params_is_noop
Function
empty_params_is_noop
nodedb-sql/src/dsl_bind.rs:227–231 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
225
226
#[test]
227
fn empty_params_is_noop() {
228
let sql =
"UPSERT INTO t (id) VALUES ('a')"
;
229
let bound = bind_dsl(sql, &[]).unwrap();
230
assert_eq!(bound.as_str(), sql);
231
}
232
}
Callers
nothing calls this directly
Calls
1
bind_dsl
Function · 0.85
Tested by
no test coverage detected