MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / stop_anim

Method stop_anim

crates/openshell-tui/src/app.rs:2750–2754  ·  view source on GitHub ↗

Stop the animation ticker if running.

(&mut self)

Source from the content-addressed store, hash-verified

2748
2749 /// Stop the animation ticker if running.
2750 pub fn stop_anim(&mut self) {
2751 if let Some(h) = self.anim_handle.take() {
2752 h.abort();
2753 }
2754 }
2755
2756 /// Reset sandbox and provider state after switching gateways.
2757 pub fn reset_sandbox_state(&mut self) {

Callers 2

runFunction · 0.80
reset_sandbox_stateMethod · 0.80

Calls 1

abortMethod · 0.80

Tested by

no test coverage detected