Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ focus_handle
Method
focus_handle
src/components/params_editor.rs:134–136 ·
view source on GitHub ↗
(&self, _cx: &App)
Source
from the content-addressed store, hash-verified
132
});
133
let description_input = cx.new(|cx| {
134
InputState::new(window, cx)
135
.placeholder(
"Description"
)
136
.default_value(&description)
137
});
138
139
self.param_rows.push(ParamRow {
Callers
1
new
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected