MCPcopy Create free account
hub / github.com/F-Stack/f-stack / stat

Class stat

app/redis-6.2.6/src/module.c:8550–8550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8548 selectDb(ctx.client, 0);
8549
8550 struct stat st;
8551 if (stat(path, &st) == 0)
8552 { // this check is best effort
8553 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