Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/audacity/audacity
/ stat
Class
stat
libraries/lib-import-export/Import.cpp:635–635 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
633
634
#ifdef __WXMAC__
635
struct stat s;
636
memset(&s, 0, sizeof(struct stat));
637
auto err = stat(fName.data(), &s);
638
if(err != 0 || (S_ISREG(s.st_mode) && s.st_blocks == 0))
Callers
1
Import
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected