Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/facebook/SoLoader
/ size
Method
size
java/com/facebook/soloader/ElfFileChannel.java:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
@Override
63
public
long size() throws IOException {
64
return
mFc.size();
65
}
66
67
@Override
68
public
ElfByteChannel truncate(long size) throws IOException {
Callers
nothing calls this directly
Calls
1
size
Method · 0.65
Tested by
no test coverage detected