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

Function flush_happy

nodedb-sql/src/planner/array_fn/tests.rs:194–197  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

192
193#[test]
194fn flush_happy() {
195 let p = plan_one("SELECT ARRAY_FLUSH('g')").unwrap();
196 assert!(matches!(p, SqlPlan::ArrayFlush { .. }));
197}
198
199#[test]
200fn compact_happy() {

Callers

nothing calls this directly

Calls 1

plan_oneFunction · 0.85

Tested by

no test coverage detected