MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / stat

Class stat

KittyMemoryEx/KittyUtils.cpp:488–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486 return ents;
487
488 struct stat st{};
489 if (fstat(fd, &st) < 0)
490 {
491 KT_EINTR_RETRY(close(fd));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected