Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TigerVNC/tigervnc
/ getCapacity
Method
getCapacity
java/com/jcraft/jsch/SftpStatVFS.java:117–119 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
115
}
116
117
public
int
getCapacity(){
118
return
(
int
)(100*(getBlocks()-getFreeBlocks())/getBlocks());
119
}
120
121
// public String toString() { return ""; }
122
}
Callers
nothing calls this directly
Calls
2
getBlocks
Method · 0.95
getFreeBlocks
Method · 0.95
Tested by
no test coverage detected