MCPcopy Create free account
hub / github.com/PerroEngine/Perro / picker_rows

Function picker_rows

perro_editor/res/scripts/ui/editor_ui.rs:3021–3028  ·  view source on GitHub ↗
(state: &EditorState, filter: &str, offset: usize)

Source from the content-addressed store, hash-verified

3019 } else {
3020 short
3021 }
3022 })
3023 .collect::<Vec<_>>();
3024 if lines.is_empty() {
3025 "text preview\n(empty)".to_string()
3026 } else {
3027 format!("text preview\n{}", lines.join("\n"))
3028 }
3029}
3030
3031pub fn animation_drawer_text(state: &EditorState) -> (String, String, String, bool, bool) {

Callers 1

from_stateMethod · 0.85

Calls 2

picker_node_typesFunction · 0.85
picker_node_rowFunction · 0.85

Tested by

no test coverage detected