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

Function base_tuple

nodedb-strict/src/decode.rs:842–846  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

840 }
841
842 fn base_tuple() -> Vec<u8> {
843 TupleEncoder::new(&base_schema())
844 .encode(&[Value::Integer(7), Value::String("Alice".into())])
845 .unwrap()
846 }
847
848 #[test]
849 fn versioned_int_default_zero_not_null() {

Calls 2

base_schemaFunction · 0.85
encodeMethod · 0.45