MCPcopy Create free account
hub / github.com/ChrisFeldmeier/OpenCodeRust / title

Method title

crates/opencode-tui/src/components/dialogs/status.rs:28–33  ·  view source on GitHub ↗
(text: impl Into<String>)

Source from the content-addressed store, hash-verified

26
27impl StatusLine {
28 pub fn title(text: impl Into<String>) -> Self {
29 Self {
30 text: text.into(),
31 kind: StatusLineKind::Title,
32 }
33 }
34
35 pub fn normal(text: impl Into<String>) -> Self {
36 Self {

Callers 15

renderMethod · 0.45
render_unifiedMethod · 0.45
render_splitMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45
renderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected