Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WayfireWM/wf-shell
/ stat
Class
stat
src/background/background.cpp:203–203 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
auto fullpath = std::string(exp.we_wordv[0]) +
"/"
+ file->d_name;
202
203
struct stat next;
204
if (stat(fullpath.c_str(), &next) == 0)
205
{
206
if (S_ISDIR(next.st_mode))
Callers
1
load_images_from_dir
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected