Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/thrift
/ write_map_end
Method
write_map_end
lib/rs/src/protocol/binary.rs:513–515 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
511
}
512
513
fn write_map_end(&mut self) -> crate::Result<()> {
514
Ok(())
515
}
516
517
fn flush(&mut self) -> crate::Result<()> {
518
self.transport.flush().map_err(From::from)
Callers
1
must_write_map_end
Function · 0.45
Calls
no outgoing calls
Tested by
1
must_write_map_end
Function · 0.36