Coverage Summary for Class: GhostPools_jvmKt (com.ghost.serialization)

Class Class, % Method, % Branch, % Line, % Instruction, %
GhostPools_jvmKt 100% (1/1) 100% (3/3) 60% (6/10) 75% (18/24) 100% (12/12)


 package com.ghost.serialization
 
 private val pool = ThreadLocal.withInitial { GhostPool() }
 
 internal actual fun getLocalPool(): GhostPool = pool.get()