MCPcopy Create free account
hub / github.com/FastLED/FastLED / is_ascii_word_byte

Function is_ascii_word_byte

ci/lint_cpp_rs/src/lib.rs:2588–2590  ·  view source on GitHub ↗
(byte: u8)

Source from the content-addressed store, hash-verified

2586}
2587
2588fn is_ascii_word_byte(byte: u8) -> bool {
2589 byte.is_ascii_alphanumeric() || byte == b'_'
2590}
2591
2592fn contains_ascii_word(code: &str, word: &str) -> bool {
2593 let bytes = code.as_bytes();

Callers 3

contains_ascii_wordFunction · 0.85
find_ctype_callsFunction · 0.85
find_stdint_matchesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected