Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ read
Method
read
3rdparty/libprocess/src/http.cpp:1335–1339 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1333
}
1334
1335
void read()
1336
{
1337
socket.recv()
1338
.onAny(defer(self(), &Self::_read, lambda::_1));
1339
}
1340
1341
void _read(const Future<string>& data)
1342
{
Callers
nothing calls this directly
Calls
2
defer
Function · 0.85
recv
Method · 0.45
Tested by
no test coverage detected