Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ must_write_struct_end
Function
must_write_struct_end
lib/rs/src/protocol/binary.rs:755–757 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
753
754
#[test]
755
fn must_write_struct_end() {
756
assert_no_write(|o| o.write_struct_end(), true);
757
}
758
759
#[test]
760
fn must_write_field_begin() {
Callers
nothing calls this directly
Calls
2
assert_no_write
Function · 0.70
write_struct_end
Method · 0.45
Tested by
no test coverage detected