MCPcopy Create free account
hub / github.com/csskit/csskit / is_non_printable

Function is_non_printable

crates/css_lexer/src/syntax/mod.rs:50–52  ·  view source on GitHub ↗
(c: char)

Source from the content-addressed store, hash-verified

48
49#[inline(always)]
50pub fn is_non_printable(c: char) -> bool {
51 c.is_ascii() && ASCII_NON_PRINTABLE.0[c as usize]
52}
53
54#[cfg(test)]
55mod tests {

Callers 1

consume_url_sequenceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected