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

Method after

src/elements/text_field.rs:222–224  ·  view source on GitHub ↗

cur: i32 = 0

(&self, cur: usize)

Source from the content-addressed store, hash-verified

220 #[inline]
221 // cur: i32 = 0
222 pub fn after(&self, cur: usize) -> String {
223 self.state.borrow().edit.chars().skip(cur).collect()
224 }
225
226 #[inline]
227 // cur: i32 = 0

Callers 2

cutMethod · 0.45
textinputMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected