Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ build_sql_tenant_wide
Function
build_sql_tenant_wide
nodedb-client/src/remote/client/graph.rs:313–316 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
311
312
#[test]
313
fn build_sql_tenant_wide() {
314
let sql = build_graph_stats_sql(None, None);
315
assert_eq!(sql,
"SHOW GRAPH STATS"
);
316
}
317
318
#[test]
319
fn build_sql_as_of() {
Callers
nothing calls this directly
Calls
1
build_graph_stats_sql
Function · 0.85
Tested by
no test coverage detected