MCPcopy Create free account
hub / github.com/jOOQ/jOOQ / load0

Method load0

jOOQ/src/main/java/org/jooq/FilePattern.java:355–363  ·  view source on GitHub ↗
(File file, Consumer<Source> loader)

Source from the content-addressed store, hash-verified

353 }
354
355 private final void load0(File file, Consumer<Source> loader) {
356 try {
357 loader.accept(Source.of(file, encoding));
358 }
359 catch (RuntimeException e) {
360 log.error("Error while loading file: " + file);
361 throw e;
362 }
363 }
364
365 @Override
366 public String toString() {

Callers 1

loadMethod · 0.95

Calls 3

ofMethod · 0.95
acceptMethod · 0.65
errorMethod · 0.65

Tested by

no test coverage detected