All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jvmMain.com.bkahlert.kommons.debug.JvmRender.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons.debug

@Suppress("NOTHING_TO_INLINE") // inline to avoid impact on stack trace
internal actual inline fun calledBy(function: String, vararg callers: String): Boolean =
    StackTrace.get().findByLastKnownCallsOrNull(*callers)?.methodName == function




© 2015 - 2024 Weber Informatics LLC | Privacy Policy