MCPcopy Create free account
hub / github.com/FastLED/FastLED / hasChunk

Method hasChunk

src/fl/net/http/chunked_encoding.cpp.hpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84bool ChunkedReader::hasChunk() const {
85 return !mChunks.empty();
86}
87
88ChunkedReadResult ChunkedReader::readChunk(fl::span<u8> out) {
89 using Status = ChunkedReadResult::Status;

Callers 2

parseBodyMethod · 0.80
FL_TEST_FILEFunction · 0.80

Calls 1

emptyMethod · 0.45

Tested by

no test coverage detected