A bypassChannelCache serves GetChanges requests directly via query
| 832 | |
| 833 | // A bypassChannelCache serves GetChanges requests directly via query |
| 834 | type bypassChannelCache struct { |
| 835 | channel channels.ID |
| 836 | queryHandler ChannelQueryHandler |
| 837 | } |
| 838 | |
| 839 | // Get Changes uses high sequence value (math.MaxUint64) as the upper bound. Relies on changes processing |
| 840 | // to apply HighCachedSequence filtering - same approach used by singleChannelCacheImpl. |
nothing calls this directly
no outgoing calls
no test coverage detected