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

Function parse_set_session

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

Source from the content-addressed store, hash-verified

234
235 #[test]
236 fn parse_set_session() {
237 let (k, v) = parse_set_command("SET SESSION nodedb.consistency = 'eventual'").unwrap();
238 assert_eq!(k, "nodedb.consistency");
239 assert_eq!(v, "eventual");
240 }
241
242 #[test]
243 fn parse_set_nodedb_tenant() {

Callers

nothing calls this directly

Calls 1

parse_set_commandFunction · 0.70

Tested by

no test coverage detected