MCPcopy Create free account
hub / github.com/dorkbox/SystemTray / hasPeer

Method hasPeer

src/dorkbox/systemTray/Entry.java:62–65  ·  view source on GitHub ↗

@return true if this entry has a peer assigned to it.

()

Source from the content-addressed store, hash-verified

60 * @return true if this entry has a peer assigned to it.
61 */
62 public final
63 boolean hasPeer() {
64 return peer != null;
65 }
66
67 /**
68 * @return the parent menu (of this entry or menu) or null if we are the root menu

Callers 1

addMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected