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

Function reserved_crdt

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

Source from the content-addressed store, hash-verified

654
655 #[test]
656 fn reserved_crdt() {
657 assert_reserved("CREATE TABLE crdt (id INT)");
658 let stmt = ok(r#"CREATE TABLE "crdt" (id INT)"#);
659 assert!(matches!(
660 stmt,
661 NodedbStatement::Collection(CollectionStmt::CreateTable { .. })
662 ));
663 }
664}

Callers

nothing calls this directly

Calls 2

assert_reservedFunction · 0.85
okFunction · 0.70

Tested by

no test coverage detected