MCPcopy Create free account
hub / github.com/clockworklabs/SpacetimeDB / test_select_star

Function test_select_star

crates/core/src/sql/execute.rs:381–388  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

379
380 #[test]
381 fn test_select_star() -> ResultTest<()> {
382 let (db, input) = create_data(1)?;
383
384 let result = run_for_testing(&db, "SELECT * FROM inventory")?;
385
386 assert_eq!(result, input.data, "Inventory");
387 Ok(())
388 }
389
390 #[test]
391 fn test_limit() -> ResultTest<()> {

Callers

nothing calls this directly

Calls 3

create_dataFunction · 0.85
run_for_testingFunction · 0.85
OkFunction · 0.50

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…