Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ test_cbor_encode
Function
test_cbor_encode
libs/orbit-essentials/src/http.rs:91–95 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
89
90
#[test]
91
fn test_cbor_encode() {
92
let value =
"test"
;
93
let encoded = cbor_encode(&value);
94
assert_eq!(encoded, [217, 217, 247, 100, 116, 101, 115, 116]);
95
}
96
}
Callers
nothing calls this directly
Calls
1
cbor_encode
Function · 0.85
Tested by
no test coverage detected