qualifiedName

fun IrFunction.qualifiedName(): String(source)

The instrumentation name of this function: "ClassName.functionName", or just the function name for a top-level function. Used as the default span name (@Traced) and the log name (@Logged).