PluginsTrace
data class PluginsTrace(eventOrder: MutableList<PluginTraceElement>) : AbstractCoroutineContextElement
Content copied to clipboard
Contains information of all the plugins that have been executed during the current call. Is used in Intellij Idea debugger to show plugin execution order.
Constructors
Link copied to clipboard
fun PluginsTrace(eventOrder: MutableList<PluginTraceElement> = mutableListOf())
Content copied to clipboard
Types
Link copied to clipboard
Key for PluginsTrace instance in the coroutine context.
Functions
Link copied to clipboard
open operator override fun <E : CoroutineContext.Element> get(key: CoroutineContext.Key<E>): E?
Content copied to clipboard
Link copied to clipboard
open override fun minusKey(key: CoroutineContext.Key<*>): CoroutineContext
Content copied to clipboard
Link copied to clipboard