MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / getUsed

Method getUsed

java/com/jcraft/jsch/SftpStatVFS.java:105–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

103 }
104
105 public long getUsed(){
106 return getFragmentSize()*(getBlocks()-getFreeBlocks())/1024;
107 }
108
109 public long getAvailForNonRoot(){
110 return getFragmentSize()*getAvailBlocks()/1024;

Callers

nothing calls this directly

Calls 3

getFragmentSizeMethod · 0.95
getBlocksMethod · 0.95
getFreeBlocksMethod · 0.95

Tested by

no test coverage detected