()
| 92 | |
| 93 | impl Default for CompactStrategy { |
| 94 | fn default() -> Self { |
| 95 | Self { |
| 96 | messages_to_exclude: Default::default(), |
| 97 | truncate_large_messages: Default::default(), |
| 98 | max_message_length: MAX_USER_MESSAGE_SIZE, |
| 99 | } |
| 100 | } |
| 101 | } |
no outgoing calls
no test coverage detected