MCPcopy Create free account
hub / github.com/agateau/pixelwheels / endRow

Method endRow

core/src/com/agateau/utils/KeyValueWriter.java:69–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 public void endRow() {
70 try {
71 mWriter.append("}\n");
72 mWriter.flush();
73 } catch (IOException e) {
74 NLog.e("Failed to write KV file");
75 e.printStackTrace();
76 }
77 mFirstValue = true;
78 }
79}

Callers 1

actMethod · 0.80

Calls 2

eMethod · 0.95
flushMethod · 0.45

Tested by

no test coverage detected