Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/akeranen/the-one
/ toString
Method
toString
gui/EventLogPanel.java:327–330 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
325
}
326
327
public
String toString() {
328
return
this.getClass().getSimpleName() +
" with "
+
329
this.eventPanes.size() +
" events"
;
330
}
331
332
}
Callers
nothing calls this directly
Calls
1
getClass
Method · 0.80
Tested by
no test coverage detected