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

Method getBlocks

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

Source from the content-addressed store, hash-verified

89 public long getBlockSize() { return bsize; }
90 public long getFragmentSize() { return frsize; }
91 public long getBlocks() { return blocks; }
92 public long getFreeBlocks() { return bfree; }
93 public long getAvailBlocks() { return bavail; }
94 public long getINodes() { return files; }

Callers 3

getSizeMethod · 0.95
getUsedMethod · 0.95
getCapacityMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected