MCPcopy Create free account
hub / github.com/3rdparty/libprocess / read

Method read

src/http.cpp:1249–1253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247 }
1248
1249 void read()
1250 {
1251 socket.recv()
1252 .onAny(defer(self(), &Self::_read, lambda::_1));
1253 }
1254
1255 void _read(const Future<string>& data)
1256 {

Callers

nothing calls this directly

Calls 2

deferFunction · 0.85
recvMethod · 0.45

Tested by

no test coverage detected