Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
84
bool ChunkedReader::hasChunk() const {
85
return !mChunks.empty();
86
}
87
88
ChunkedReadResult ChunkedReader::readChunk(fl::span<u8> out) {
89
using Status = ChunkedReadResult::Status;
Callers
2
parseBody
Method · 0.80
FL_TEST_FILE
Function · 0.80
Calls
1
empty
Method · 0.45
Tested by
no test coverage detected