getNodeDbSnapshot

abstract suspend fun getNodeDbSnapshot(): Map<Int, Node>(source)

One-shot snapshot of every node in the CURRENTLY SELECTED database (not the process-wide nodeDBbyNum stateIn cache, which can briefly retain the previous transport's map after a switch). Used by session-safe cache loads that need to read the live DB at invocation time.