Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HaxeFoundation/hxcpp
/ stat
Class
stat
src/hx/Lib.cpp:297–297 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
295
hx::strbuf convertBuf1;
296
297
struct stat s;
298
if ( (stat(
".haxelib"
,&s)==0 && (s.st_mode & S_IFDIR) ) )
299
haxepath = HX_CSTRING(
".haxelib"
);
300
if (loadDebug)
Callers
1
FindHaxelib
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected