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

Method inputSource

basex-core/src/main/java/org/basex/io/IOContent.java:73–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

71 }
72
73 @Override
74 public InputSource inputSource() {
75 final InputSource is = new InputSource(inputStream());
76 is.setSystemId(pth);
77 return is;
78 }
79
80 @Override
81 public StreamSource streamSource() {

Callers

nothing calls this directly

Calls 1

inputStreamMethod · 0.95

Tested by

no test coverage detected