Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ BoundDslSql
Class
BoundDslSql
nodedb-sql/src/dsl_bind.rs:48–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
/// to forget parameter binding on a DSL path — the types enforce it.
47
#[derive(Debug, Clone)]
48
pub struct BoundDslSql(String);
49
50
impl BoundDslSql {
51
/// Construct from SQL known not to need binding (simple-query path).
Callers
1
bind_dsl
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected