MCPcopy Create free account
hub / github.com/aws/amazon-q-developer-cli / reset_paste_count

Method reset_paste_count

crates/chat-cli/src/cli/chat/input_source.rs:157–159  ·  view source on GitHub ↗

Reset the paste counter (called after submitting a message)

(&mut self)

Source from the content-addressed store, hash-verified

155
156 /// Reset the paste counter (called after submitting a message)
157 pub fn reset_paste_count(&mut self) {
158 self.paste_state.reset_count();
159 }
160}
161
162#[cfg(test)]

Callers 1

prompt_userMethod · 0.80

Calls 1

reset_countMethod · 0.80

Tested by

no test coverage detected