//sqldelight-compiler/com.squareup.sqldelight.core.compiler.model/BindableQuery/Companion/queryIdMap
queryIdMap
[jvm]
Content
val queryIdMap: ConcurrentHashMap<String, Int>
More info
The query id map use to avoid string hashcode collision. Ideally this map should be per module.