Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/VolmitSoftware/Adapt
/ error
Method
error
src/main/java/com/volmit/adapt/Adapt.java:255–257 ·
view source on GitHub ↗
(String string)
Source
from the content-addressed store, hash-verified
253
}
254
255
public
static
void
error(String string) {
256
msg(C.RED + string);
257
}
258
259
public
static
void
verbose(String string) {
260
if
(AdaptConfig.get().isVerbose()) {
Callers
15
autoUpdateCheck
Method · 0.95
getSkillLine
Method · 0.95
activate
Method · 0.95
grant
Method · 0.95
scheduleSeeWorld
Method · 0.95
sendCollected
Method · 0.95
init
Method · 0.95
establishConnection
Method · 0.95
closeConnection
Method · 0.95
updateData
Method · 0.95
delete
Method · 0.95
fetchData
Method · 0.95
Calls
1
msg
Method · 0.95
Tested by
no test coverage detected