Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ stat
Class
stat
util/include/cppmicroservices/util/BundleMachOFile.h:263–263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
261
CreateBundleMachOFile(std::string const& fileName)
262
{
263
struct stat machStat;
264
errno = 0;
265
if (stat(fileName.c_str(), &machStat) != 0)
266
{
Callers
1
CreateBundleMachOFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected