Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ is_quote
Function
is_quote
crates/css_lexer/src/syntax/mod.rs:34–36 ·
view source on GitHub ↗
(c: char)
Source
from the content-addressed store, hash-verified
32
33
#[inline(always)]
34
pub const fn is_quote(c: char) -> bool {
35
c ==
'\'
' || c == '
"'
36
}
37
38
#[inline(always)]
39
pub const fn is_escape_sequence(c: char, c2: char) -> bool {
Callers
2
consume_ident_like_token
Method · 0.85
read_next_token
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected