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