Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afkT/DevUtils
/ log_wtf
Function
log_wtf
lib/DevEngine/src/main/java/dev/engine/extensions/log/log.kt:93–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
91
}
92
93
fun log_wtf(
94
engine: String? = null,
95
message: String?,
96
vararg args: Any?
97
) {
98
engine.getLogEngine()?.wtf(message, *args)
99
}
100
101
// =
102
Callers
nothing calls this directly
Calls
1
wtf
Method · 0.65
Tested by
no test coverage detected