MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / unique

Method unique

Utils/src/eu/the5zig/util/db/SQLResult.java:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19 }
20
21 public T unique() {
22 if (results.size() == 0)
23 return null;
24 return results.get(0);
25 }
26
27 public List<T> getAll() {
28 return results;

Callers 2

loadAnnouncementsMethod · 0.80
getVersionMethod · 0.80

Calls 2

sizeMethod · 0.80
getMethod · 0.65

Tested by

no test coverage detected