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

Function bare_reserved_is_err

nodedb-sql/src/reserved.rs:100–103  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

98
99 #[test]
100 fn bare_reserved_is_err() {
101 let err = check_identifier("match").unwrap_err();
102 assert!(matches!(err, SqlError::ReservedIdentifier { .. }));
103 }
104
105 #[test]
106 fn quoted_lower_is_ok() {

Callers

nothing calls this directly

Calls 1

check_identifierFunction · 0.85

Tested by

no test coverage detected