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

Method path

src/fl/stl/detail/file_handle.cpp.hpp:158–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

156}
157
158const char* posix_filebuf::path() const {
159 return mPath.c_str();
160}
161
162bool posix_filebuf::is_eof() const {
163 return mFile ? (fl::feof(mFile) != 0) : false;

Callers 1

process_requestsMethod · 0.45

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected