Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular-rust/ux-components
/ after
Method
after
src/elements/textedit.rs:221–223 ·
view source on GitHub ↗
cur: i32 = 0
(&self, cur: usize)
Source
from the content-addressed store, hash-verified
219
#[inline]
220
// cur: i32 = 0
221
pub fn after(&self, cur: usize) -> String {
222
self.state.borrow().edit.chars().skip(cur).collect()
223
}
224
225
#[inline]
226
// cur: i32 = 0
Callers
2
cut
Method · 0.45
textinput
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected