Home
last modified time | relevance | path

Searched refs:jobToString (Results 1 – 3 of 3) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-debug/src/
DDebugProbes.kt98 public fun jobToString(job: Job): String = DebugProbesImpl.hierarchyToString(job) in jobToString() method
105 jobToString(scope.coroutineContext[Job] ?: error("Job is not present in the scope")) in jobToString()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/test/
DToStringTest.kt68 … assertEquals(expected, DebugProbes.jobToString(job).trimEnd().trimStackTrace().trimPackage()) in <lambda>()
106 … assertEquals(expected, DebugProbes.jobToString(root).trimEnd().trimStackTrace().trimPackage()) in checkHierarchy()
/external/kotlinx.coroutines/kotlinx-coroutines-debug/api/
Dkotlinx-coroutines-debug.api24 public final fun jobToString (Lkotlinx/coroutines/Job;)Ljava/lang/String;