Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ is_code_point_boundary
Method
is_code_point_boundary
crates/wtf8/src/lib.rs:959–961 ·
view source on GitHub ↗
(&self, index: usize)
Source
from the content-addressed store, hash-verified
957
}
958
959
pub fn is_code_point_boundary(&self, index: usize) -> bool {
960
is_code_point_boundary(self, index)
961
}
962
963
/// Boxes this `Wtf8`.
964
#[inline]
Callers
1
seek
Method · 0.80
Calls
1
is_code_point_boundary
Function · 0.85
Tested by
no test coverage detected