MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / getStatusCode

Method getStatusCode

JUCE/modules/juce_core/network/juce_WebInputStream.cpp:49–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47int WebInputStream::read (void* buffer, int bytes) { connect (nullptr); return pimpl->read (buffer, bytes); }
48bool WebInputStream::setPosition (int64 pos) { return pimpl->setPosition (pos); }
49int WebInputStream::getStatusCode() { connect (nullptr); return pimpl->getStatusCode(); }
50
51bool WebInputStream::connect (Listener* listener)
52{

Callers 3

runMethod · 0.45
FallbackDownloadTaskMethod · 0.45
createInputStreamMethod · 0.45

Calls 1

connectFunction · 0.85

Tested by

no test coverage detected