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

Class HeaderRow

src/components/header_editor.rs:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13use crate::entities::{Header, RequestEntity};
14use crate::icons::IconName;
15use crate::utils::{
16 BULK_KV_HINT, BULK_KV_LANGUAGE, BulkKvEntry, parse_bulk_kv, serialize_bulk_kv,
17 upsert_bulk_kv_line,
18};
19use gpui_component::ActiveTheme;
20
21use crate::completion::{
22 CompletionContext, CompletionEngine, CompletionInput, configure_completion,
23};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected