MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / build_sql_collection_only

Function build_sql_collection_only

nodedb-client/src/native/client/graph.rs:213–216  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

211
212 #[test]
213 fn build_sql_collection_only() {
214 let sql = build_native_graph_stats_sql(Some("social"), None);
215 assert_eq!(sql, "SHOW GRAPH STATS 'social'");
216 }
217
218 #[test]
219 fn build_sql_tenant_wide() {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected