Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CrowCpp/Crow
/ stat
Class
stat
tests/unittest.cpp:1877–1877 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1875
{
1876
1877
struct stat statbuf_cat;
1878
stat(
"tests/img/cat.jpg"
, &statbuf_cat);
1879
struct stat statbuf_badext;
1880
stat(
"tests/img/filewith.badext"
, &statbuf_badext);
Callers
1
unittest.cpp
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected