You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// TODO Use MutableIntObjectMap once https://issuetracker.google.com/issues/378077858 is fixed.
is GeneratedHostProtocol -> factory
}
// TODO Use MutableIntObjectMap once https://issuetracker.google.com/issues/378077858 is fixed.
private val nodes =
mutableMapOf<Int, ProtocolNode<W>>(Id.Root.value to RootProtocolNode(container))
private val removeNodeById = IdVisitor { nodes.remove(it.value) }
The text was updated successfully, but these errors were encountered:
redwood/redwood-protocol-host/src/commonMain/kotlin/app/cash/redwood/protocol/host/HostProtocolAdapter.kt
Line 64 in 64af090
The text was updated successfully, but these errors were encountered: