MCPcopy Create free account
hub / github.com/Stenway/RSV-Challenge / loadRsv

Method loadRsv

Java/Rsv.java:86–89  ·  view source on GitHub ↗
(String filePath)

Source from the content-addressed store, hash-verified

84 }
85
86 static String[][] loadRsv(String filePath) throws IOException {
87 Objects.requireNonNull(filePath);
88 return decodeRsv(Files.readAllBytes(Paths.get(filePath)));
89 }
90
91 static void appendRsv(String[][] rows, String filePath) throws IOException {
92 appendRsv(rows, filePath, false);

Callers 2

checkTestFilesMethod · 0.95
mainMethod · 0.95

Calls 2

decodeRsvMethod · 0.95
readAllBytesMethod · 0.80

Tested by

no test coverage detected