MCPcopy 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]
101fn is_word(b: u8) -> bool {
102 b.is_ascii_alphanumeric() || b == b'_'
103}
104
105#[inline]
106fn is_word_at(s: &[u8], i: usize) -> bool {

Callers 8

is_word_atFunction · 0.85
word_endFunction · 0.85
boundary_beforeFunction · 0.85
scan_fntype_typedefsFunction · 0.85
scan_field_assignFunction · 0.85
scan_dispatchFunction · 0.85
scan_array_dispatchFunction · 0.85
first_typedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected