Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akeranen/the-one
/ MessageChecker
Method
MessageChecker
test/MessageChecker.java:32–34 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
public
final
String TYPE_START =
"start"
;
31
32
public
MessageChecker() {
33
reset();
34
}
35
36
public
void
reset() {
37
this.queue =
new
ArrayList<MsgCheckerEvent>();
Callers
nothing calls this directly
Calls
1
reset
Method · 0.95
Tested by
no test coverage detected