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/sparse_format.cpp:91–91 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
logging::ComlogSink::GetInstance()->Setup(&cso);
90
#else
91
struct stat st_buf;
92
int ret = 0;
93
if ((ret = stat(
"./log"
, &st_buf)) != 0) {
94
mkdir(
"./log"
, 0777);
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected