keep_last_n
Method
This is a method of the HandoffFilters class in the handoff module.Keep only the last n messages
Signature
Parameters
No description available.
Returns
The result of the operation.
keep_last_n: Keep only the last n messages
This is a method of the HandoffFilters class in the handoff module.Keep only the last n messages
def keep_last_n(n: usize) -> impl Fn(HandoffInputData) -> HandoffInputData