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

Function reserved_purge

nodedb-sql/src/ddl_ast/parse/dispatch.rs:626–633  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

624
625 #[test]
626 fn reserved_purge() {
627 assert_reserved("CREATE TABLE purge (id INT)");
628 let stmt = ok(r#"CREATE TABLE "purge" (id INT)"#);
629 assert!(matches!(
630 stmt,
631 NodedbStatement::Collection(CollectionStmt::CreateTable { .. })
632 ));
633 }
634
635 #[test]
636 fn reserved_cascade() {

Callers

nothing calls this directly

Calls 2

assert_reservedFunction · 0.85
okFunction · 0.70

Tested by

no test coverage detected