Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/colbymchenry/codegraph
/ is_word
Function
is_word
codegraph-kernel/src/cfnptr.rs:101–103 ·
view source on GitHub ↗
(b: u8)
Source
from the content-addressed store, hash-verified
99
100
#[inline]
101
fn is_word(b: u8) -> bool {
102
b.is_ascii_alphanumeric() || b == b
'_'
103
}
104
105
#[inline]
106
fn is_word_at(s: &[u8], i: usize) -> bool {
Callers
8
is_word_at
Function · 0.85
word_end
Function · 0.85
boundary_before
Function · 0.85
scan_fntype_typedefs
Function · 0.85
scan_field_assign
Function · 0.85
scan_dispatch
Function · 0.85
scan_array_dispatch
Function · 0.85
first_typed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected