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

Function build_sql_collection_only

nodedb-client/src/remote/client/graph.rs:307–310  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

305
306 #[test]
307 fn build_sql_collection_only() {
308 let sql = build_graph_stats_sql(Some("social"), None);
309 assert_eq!(sql, "SHOW GRAPH STATS 'social'");
310 }
311
312 #[test]
313 fn build_sql_tenant_wide() {

Callers

nothing calls this directly

Calls 1

build_graph_stats_sqlFunction · 0.85

Tested by

no test coverage detected