MCPcopy Create free account
hub / github.com/bajrangCoder/setu / ParamRow

Class ParamRow

src/components/params_editor.rs:14–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13use crate::icons::IconName;
14use crate::utils::{BULK_KV_HINT, BULK_KV_LANGUAGE, BulkKvEntry, parse_bulk_kv, serialize_bulk_kv};
15use gpui_component::ActiveTheme;
16
17use crate::completion::{
18 CompletionContext, CompletionEngine, CompletionInput, configure_completion,
19};
20
21pub struct ParamRow {
22 pub key_input: Entity<InputState>,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected