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

Function sample_payload

nodedb-array/src/tile/cell_payload.rs:76–83  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74 use nodedb_types::Surrogate;
75
76 fn sample_payload() -> CellPayload {
77 CellPayload {
78 valid_from_ms: 1_000,
79 valid_until_ms: OPEN_UPPER,
80 attrs: vec![CellValue::Int64(42)],
81 surrogate: Surrogate::ZERO,
82 }
83 }
84
85 #[test]
86 fn payload_msgpack_roundtrip() {

Calls

no outgoing calls