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

Function reserved_undrop

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

Source from the content-addressed store, hash-verified

614
615 #[test]
616 fn reserved_undrop() {
617 assert_reserved("CREATE TABLE undrop (id INT)");
618 let stmt = ok(r#"CREATE TABLE "undrop" (id INT)"#);
619 assert!(matches!(
620 stmt,
621 NodedbStatement::Collection(CollectionStmt::CreateTable { .. })
622 ));
623 }
624
625 #[test]
626 fn reserved_purge() {

Callers

nothing calls this directly

Calls 2

assert_reservedFunction · 0.85
okFunction · 0.70

Tested by

no test coverage detected