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

Function build_sql_as_of

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

Source from the content-addressed store, hash-verified

223
224 #[test]
225 fn build_sql_as_of() {
226 let sql = build_native_graph_stats_sql(Some("g"), Some(999));
227 assert_eq!(sql, "SHOW GRAPH STATS 'g' AS OF SYSTEM TIME 999");
228 }
229}

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected