Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MariaDB/server
/ stat
Class
stat
storage/mroonga/lib/mrn_database_manager.cpp:104–104 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
102
if (id == GRN_ID_NIL) {
103
grn_obj *grn_db;
104
struct stat db_stat;
105
if (stat(mapper.db_path(), &db_stat)) {
106
GRN_LOG(ctx_, GRN_LOG_INFO,
107
"database not found. creating...: <%s>"
, mapper.db_path());
Callers
3
open
Method · 0.70
drop
Method · 0.70
mkdir_p
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected