Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ info
Method
info
tests/fixtures/sample.kt:81–83 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
79
/** Singleton logger. */
80
object Logger {
81
fun info(message: String) {
82
println(
"[INFO] $message"
)
83
}
84
85
fun error(message: String) {
86
println(
"[ERROR] $message"
)
Callers
3
test_doctor_counters
Function · 0.45
processUser
Function · 0.45
helperFunction
Function · 0.45
Calls
no outgoing calls
Tested by
1
test_doctor_counters
Function · 0.36