MCPcopy Index your code
hub / github.com/ChrisFeldmeier/OpenCodeRust / finalize

Method finalize

crates/opencode-tui/src/ui/selection.rs:45–47  ·  view source on GitHub ↗

Mouse button released — keep the selection visible but stop tracking.

(&mut self)

Source from the content-addressed store, hash-verified

43
44 /// Mouse button released — keep the selection visible but stop tracking.
45 pub fn finalize(&mut self) {
46 self.dragging = false;
47 }
48
49 /// Dismiss the selection entirely.
50 pub fn clear(&mut self) {

Callers 5

hmac_sha256Method · 0.80
sha256Function · 0.80
handle_eventMethod · 0.80

Calls

no outgoing calls