Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TeleHuman/TextOp
/ stat
Class
stat
TextOpDeploy/src/textop_ctrl/src/motion_block_subscriber.cpp:82–82 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
{
81
std::string dir =
"log_motion"
;
82
struct stat st;
83
if (stat(dir.c_str(), &st) != 0)
84
{
85
mkdir(dir.c_str(), 0755);
Callers
1
motion_block_callback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected