Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ ~FileEncoder
Method
~FileEncoder
3rdparty/libprocess/src/encoder.hpp:246–249 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
244
}
245
246
~FileEncoder() override
247
{
248
CHECK_SOME(os::close(fd)) <<
"Failed to close file descriptor"
;
249
}
250
251
Kind kind() const override
252
{
Callers
nothing calls this directly
Calls
1
close
Function · 0.70
Tested by
no test coverage detected