Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Serving
/ stat
Class
stat
tools/cpp_examples/demo-client/src/text_classification.cpp:189–189 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
187
logging::ComlogSink::GetInstance()->Setup(&cso);
188
#else
189
struct stat st_buf;
190
int ret = 0;
191
if ((ret = stat(
"./log"
, &st_buf)) != 0) {
192
mkdir(
"./log"
, 0777);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected