MCPcopy Create free account
hub / github.com/davidgiven/luje / openCheck

Method openCheck

lib/java/io/FileInputStream.java:334–338  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

332 }
333
334 private synchronized void openCheck() throws IOException {
335 if (fd.descriptor < 0) {
336 throw new IOException();
337 }
338 }
339}

Callers 3

availableMethod · 0.95
readMethod · 0.95
skipMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected