MCPcopy Create free account
hub / github.com/bmorcelli/Launcher / discardHttpCb

Function discardHttpCb

src/onlineLauncher.cpp:239–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239bool discardHttpCb(const uint8_t *, size_t, void *) { return true; }
240
241bool parseContentRangeTotal(const char *contentRange, size_t &total) {
242 if (!contentRange) return false;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected