zed/crates/channel/src
Antonio Scandurra 84ce81caf1
Pass Summary::Context to Item::summarize (#18510)
We are going to use this in the multi-buffer to produce a summary for an
`Excerpt` that contains a `Range<Anchor>`.

Release Notes:

- N/A

Co-authored-by: Nathan <nathan@zed.dev>
2024-09-29 10:30:48 -06:00
..
channel_store
channel.rs Consolidate logic for protobuf message handling between ssh and web socket clients (#17185) 2024-09-01 10:14:21 -07:00
channel_buffer.rs Add the ability to propose changes to a set of buffers (#18170) 2024-09-20 18:28:50 -04:00
channel_chat.rs Pass Summary::Context to Item::summarize (#18510) 2024-09-29 10:30:48 -06:00
channel_store.rs Make Buffer::apply_ops infallible (#18089) 2024-09-19 13:14:15 -04:00
channel_store_tests.rs