Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ stat
Class
stat
src/platforms/stub/fs_stub.hpp:226–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
224
full_path.append(entry_name);
225
226
struct stat st;
227
if (::stat(full_path.c_str(), &st) == 0) {
228
if (S_ISDIR(st.st_mode)) {
229
// Recursively remove subdirectory
Callers
1
forceRemoveDirectory
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected