Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caozhiyi/CppNet
/ ~Content
Method
~Content
test/sendfile/SendFileServer.cpp:22–26 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
_file = nullptr;
21
}
22
~Content() {
23
if (_file) {
24
delete _file;
25
}
26
}
27
std::fstream* _file;
28
};
29
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected