MCPcopy Create free account
hub / github.com/caozhiyi/CppNet / Content

Method Content

test/sendfile/SendFileServer.cpp:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 FileHeader _head;
17 STATUS _status;
18 Content() {
19 _status = hello;
20 _file = nullptr;
21 }
22 ~Content() {
23 if (_file) {
24 delete _file;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected