Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ execute_sql
Method
execute_sql
nodedb-client/src/traits/core/trait_def.rs:678–680 ·
view source on GitHub ↗
(&self, _query: &str, _params: &[Value])
Source
from the content-addressed store, hash-verified
676
}
677
678
async fn execute_sql(&self, _query: &str, _params: &[Value]) -> NodeDbResult<QueryResult> {
679
Ok(QueryResult::empty())
680
}
681
}
682
683
#[test]
Callers
4
undrop_collection
Method · 0.45
drop_collection_purge
Method · 0.45
list_dropped_collections
Method · 0.45
mock_execute_sql
Function · 0.45
Calls
1
empty
Function · 0.50
Tested by
no test coverage detected