| 237 | } |
| 238 | |
| 239 | bool discardHttpCb(const uint8_t *, size_t, void *) { return true; } |
| 240 | |
| 241 | bool parseContentRangeTotal(const char *contentRange, size_t &total) { |
| 242 | if (!contentRange) return false; |
nothing calls this directly
no outgoing calls
no test coverage detected