Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BombusMod/BombusMod
/ isEmpty
Method
isEmpty
src/main/java/util/ClipBoardMIDP.java:42–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
}
41
42
public
boolean isEmpty() {
43
boolean empty = true;
44
if
(clipBoard != null) {
45
if
(clipBoard.length() > 0) {
46
empty = false;
47
}
48
}
49
return
empty;
50
}
51
}
Callers
2
commandState
Method · 0.45
executeCommand
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected