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

Function encode_crm_row

nodedb-strict/src/decode.rs:497–500  ·  view source on GitHub ↗
(values: &[Value])

Source from the content-addressed store, hash-verified

495 }
496
497 fn encode_crm_row(values: &[Value]) -> Vec<u8> {
498 let schema = crm_schema();
499 TupleEncoder::new(&schema).encode(values).unwrap()
500 }
501
502 #[test]
503 fn roundtrip_all_fields() {

Callers 5

extract_by_nameFunction · 0.85
null_bitmap_checkFunction · 0.85
column_out_of_rangeFunction · 0.85
schema_version_readFunction · 0.85

Calls 2

crm_schemaFunction · 0.70
encodeMethod · 0.45

Tested by 5

extract_by_nameFunction · 0.68
null_bitmap_checkFunction · 0.68
column_out_of_rangeFunction · 0.68
schema_version_readFunction · 0.68