MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / stat

Class stat

src/module.cpp:8750–8750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8748 selectDb(ctx.client, 0);
8749
8750 struct stat st;
8751 if (stat(path, &st) == 0)
8752 { // this check is best effort
8753 if (!(st.st_mode & (S_IXUSR | S_IXGRP | S_IXOTH))) {

Callers 1

moduleLoadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected