Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppMicroServices/CppMicroServices
/ stat
Class
stat
util/include/cppmicroservices/util/BundlePEFile.h:148–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
146
CreateBundlePEFile(std::string const& fileName)
147
{
148
struct stat peStat;
149
errno = 0;
150
if (stat(fileName.c_str(), &peStat) != 0)
151
{
Callers
1
CreateBundlePEFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected