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

Function parse_set_to

nodedb/src/control/server/pgwire/session/params.rs:229–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

227
228 #[test]
229 fn parse_set_to() {
230 let (k, v) = parse_set_command("SET search_path TO public").unwrap();
231 assert_eq!(k, "search_path");
232 assert_eq!(v, "public");
233 }
234
235 #[test]
236 fn parse_set_session() {

Callers

nothing calls this directly

Calls 1

parse_set_commandFunction · 0.70

Tested by

no test coverage detected