MCPcopy Create free account
hub / github.com/BaseXdb/basex / length

Method length

basex-core/src/main/java/org/basex/io/IOFile.java:155–158  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

153 }
154
155 @Override
156 public long length() {
157 return file.length();
158 }
159
160 @Override
161 public InputSource inputSource() {

Callers 7

runMethod · 0.95
getMethod · 0.95
descendantsMethod · 0.45
urlMethod · 0.45
regexMethod · 0.45
normalizeMethod · 0.45
addMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected