Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ clear_all_params
Method
clear_all_params
src/components/params_editor.rs:75–78 ·
view source on GitHub ↗
Clear all param rows
(&mut self, cx: &mut Context<Self>)
Source
from the content-addressed store, hash-verified
73
.placeholder(
"key: value"
),
74
completion_engine.as_ref(),
75
CompletionContext::QueryValue,
76
)
77
}));
78
}
79
}
80
81
fn rows_as_bulk_entries(&self, cx: &App) -> Vec<BulkKvEntry> {
Callers
1
render
Method · 0.80
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected