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

Method size

src/fl/codec/file_system_codecs.cpp.hpp:67–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 bool seek(fl::size_t, seek_dir) override { return false; }
66 using filebuf::seek;
67 fl::size_t size() const override { return 0; }
68 const char* path() const override { return mPath.c_str(); }
69 bool is_eof() const override { return !mHasValidFrame && !mDecoder->hasMoreFrames(); }
70 bool has_error() const override { return false; }

Callers 15

setStateMethod · 0.45
getStateMethod · 0.45
FastLEDAdapterMethod · 0.45
getLEDsMethod · 0.45
getNumLEDsMethod · 0.45
clearMethod · 0.45
setSegmentMethod · 0.45
clearSegmentMethod · 0.45
parseSegmentFieldsFunction · 0.45
parseGifInfoMethod · 0.45
decodeMethod · 0.45
decodeWithTimeoutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected