Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ isNullOrEmpty
Method
isNullOrEmpty
src/main/java/net/minecraft/client/main/Main.java:114–117 ·
view source on GitHub ↗
(String str)
Source
from the content-addressed store, hash-verified
112
}
113
114
private
static
boolean isNullOrEmpty(String str)
115
{
116
return
str != null && !str.isEmpty();
117
}
118
}
Callers
4
main
Method · 0.95
renderDebugInfoLeft
Method · 0.45
renderDebugInfoRight
Method · 0.45
drawScreen
Method · 0.45
Calls
1
isEmpty
Method · 0.45
Tested by
no test coverage detected