Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
o1_extraction_single_field
Function · 0.85
extract_by_name
Function · 0.85
null_bitmap_check
Function · 0.85
column_out_of_range
Function · 0.85
schema_version_read
Function · 0.85
Calls
2
crm_schema
Function · 0.70
encode
Method · 0.45
Tested by
5
o1_extraction_single_field
Function · 0.68
extract_by_name
Function · 0.68
null_bitmap_check
Function · 0.68
column_out_of_range
Function · 0.68
schema_version_read
Function · 0.68