Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/BombusMod/BombusMod
/ getTimeWeekDay
Method
getTimeWeekDay
src/main/java/ui/Time.java:251–256 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
public
static
String getTimeWeekDay() {
252
StringBuffer s=
new
StringBuffer(localWeekDay());
253
s.append(
" "
).append(localTime());
254
255
return
s.toString();
256
}
257
}
Callers
2
setInfo
Method · 0.95
showTimeTrafficInfo
Method · 0.95
Calls
4
localWeekDay
Method · 0.95
localTime
Method · 0.95
append
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected