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

Method clone

crates/opencode-tui/src/ui/border.rs:11–20  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

9
10impl Clone for BorderChars {
11 fn clone(&self) -> Self {
12 Self {
13 top_left: self.top_left,
14 top_right: self.top_right,
15 bottom_left: self.bottom_left,
16 bottom_right: self.bottom_right,
17 horizontal: self.horizontal,
18 vertical: self.vertical,
19 }
20 }
21}
22
23impl Default for BorderChars {

Callers 15

renderMethod · 0.45
renderMethod · 0.45
render_text_partFunction · 0.45
render_reasoning_partFunction · 0.45
renderMethod · 0.45
render_sectionsMethod · 0.45
render_footerMethod · 0.45
renderMethod · 0.45
render_session_footerMethod · 0.45
render_messagesMethod · 0.45
handle_clickMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected