Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ stat
Class
stat
util/include/cppmicroservices/util/BundleElfFile.h:178–178 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
176
CreateBundleElfFile(std::string const& fileName)
177
{
178
struct stat elfStat;
179
errno = 0;
180
if (stat(fileName.c_str(), &elfStat) != 0)
181
{
Callers
1
CreateBundleElfFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected