Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
const char* posix_filebuf::path() const {
159
return mPath.c_str();
160
}
161
162
bool posix_filebuf::is_eof() const {
163
return mFile ? (fl::feof(mFile) != 0) : false;
Callers
1
process_requests
Method · 0.45
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected