MCPcopy 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_collectionMethod · 0.45
drop_collection_purgeMethod · 0.45
mock_execute_sqlFunction · 0.45

Calls 1

emptyFunction · 0.50

Tested by

no test coverage detected