Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/Hardcoder
/ ServerDataWorker
Method
ServerDataWorker
libapp2sys/src/main/cpp/protocol.h:300–303 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
298
299
public:
300
ServerDataWorker():remote() {
301
resp = NULL;
302
respLen = 0;
303
}
304
305
~ServerDataWorker() {
306
if (resp) {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected