MCPcopy 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)]
48pub struct BoundDslSql(String);
49
50impl BoundDslSql {
51 /// Construct from SQL known not to need binding (simple-query path).

Callers 1

bind_dslFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected