Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andrewkchan/deepseek.cpp
/ stat
Class
stat
src/codec.cpp:269–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
267
}
268
269
struct stat st;
270
if (fstat(fd, &st) != 0) {
271
close(fd);
272
return -1;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected