MCPcopy Create free account
hub / github.com/Pagghiu/SaneCppLibraries / asyncResumeReading

Method asyncResumeReading

Libraries/Http/HttpConnection.cpp:393–400  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

391}
392
393Result HttpIncomingMessage::BodyStream::asyncResumeReading()
394{
395 if (onReadRequest.isValid())
396 {
397 return onReadRequest();
398 }
399 return Result(true);
400}
401
402bool HttpIncomingMessage::findParserToken(HttpParser::Token token, StringSpan& res) const
403{

Callers

nothing calls this directly

Calls 2

ResultClass · 0.50
isValidMethod · 0.45

Tested by

no test coverage detected