Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ warnIfZero
Method
warnIfZero
src/main/java/field/graphics/FBO.java:113–116 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
111
112
}
113
114
private
String warnIfZero(
int
x) {
115
if
(x == 0)
return
"<span class='warning'>"
+ x +
"</span>"
;
116
return
""
+ x;
117
}
118
119
@HiddenInAutocomplete
Callers
1
generateMarkdown
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected