MCPcopy Create free account
hub / github.com/BlueAndi/Pixelix / regOnClosed

Method regOnClosed

lib/AsyncHttpClient/src/AsyncHttpClient.cpp:437–440  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437void AsyncHttpClient::regOnClosed(const OnClosed& onClosed)
438{
439 m_onClosedCallback = onClosed;
440}
441
442void AsyncHttpClient::regOnError(const OnError& onError)
443{

Callers 2

startMethod · 0.80
stopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected