MCPcopy 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. */
80object 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_countersFunction · 0.45
processUserFunction · 0.45
helperFunctionFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_doctor_countersFunction · 0.36