Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIPS/opensips
/ stat
Class
stat
md5utils.c:84–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
82
unsigned int counter, size;
83
84
struct stat stats;
85
if (stat(file_name, &stats) != 0) {
86
LM_ERR(
"could not stat file %s\n"
, file_name);
87
return -1;
Callers
1
MD5File
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected