MCPcopy Create free account
hub / github.com/angular-rust/ux-components / remove

Method remove

src/elements/scroll_view.rs:319–323  ·  view source on GitHub ↗
(&self, child: Id)

Source from the content-addressed store, hash-verified

317 }
318
319 fn remove(&self, child: Id) {
320 // self.base.remove(child);
321
322 self.refresh_scroll();
323 }
324
325 fn mousewheel(&self, e: &mut MouseEvent) {
326 let state = self.state.borrow();

Callers

nothing calls this directly

Calls 1

refresh_scrollMethod · 0.45

Tested by

no test coverage detected