MCPcopy Create free account
hub / github.com/erans/pgsqlite / test_optimization_manager_creation

Function test_optimization_manager_creation

src/optimization/mod.rs:341–345  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

339
340 #[test]
341 fn test_optimization_manager_creation() {
342 let manager = OptimizationManager::new(true);
343 let stats = manager.get_stats();
344 assert_eq!(stats.total_queries, 0);
345 }
346
347 #[test]
348 fn test_query_analysis() {

Callers

nothing calls this directly

Calls 1

get_statsMethod · 0.45

Tested by

no test coverage detected