Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BYVoid/OpenCC
/ stat
Class
stat
plugins/jieba/src/JiebaSegmentation.cpp:96–96 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
(attributes & FILE_ATTRIBUTE_DIRECTORY) == 0;
95
#else
96
struct stat info;
97
if (stat(path.c_str(), &info) != 0) {
98
return false;
99
}
Callers
1
IsRegularFile
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected