Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Codesire-Deng/co_context
/ stat
Class
stat
test/httpd.cpp:61–61 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
60
void check_for_index_file() {
61
struct stat st;
62
int ret = stat(
"public/index.html"
, &st);
63
if (ret < 0) {
64
log::e(
"ZeroHTTPd needs the \"
public\
" directory to be "
Callers
2
check_for_index_file
Function · 0.70
session
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected