Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
loadAnnouncements
Method · 0.80
getVersion
Method · 0.80
Calls
2
size
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected