MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / DisplayText

Class DisplayText

src/executors/text_executor.rs:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83pub(crate) type TextTX = Sender<Arc<RwLock<DisplayText>>>;
84
85pub(crate) struct DisplayText {
86 pub(crate) full_text: String,
87 pub(crate) speed: Duration,
88 current_index: usize,
89 pub(crate) is_running: bool,
90}
91
92impl DisplayText {
93 pub(crate) fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected