Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/hashintel/hash
/ encode_decode
Function
encode_decode
libs/@local/harpc/wire-protocol/src/payload.rs:114–116 ·
view source on GitHub ↗
(payload: Payload)
Source
from the content-addressed store, hash-verified
112
#[test_strategy::proptest]
113
#[cfg_attr(miri, ignore)]
114
fn encode_decode(payload: Payload) {
115
assert_codec(&payload, ());
116
}
117
}
Callers
nothing calls this directly
Calls
1
assert_codec
Function · 0.85
Tested by
no test coverage detected