Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ kind
Method
kind
crates/css_parse/src/token_macros.rs:867–869 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
865
866
impl PairWiseStart {
867
pub fn kind(&self) -> Kind {
868
self.0.token().kind()
869
}
870
871
pub fn end(&self) -> Kind {
872
match self.kind() {
Callers
6
write
Method · 0.45
from
Method · 0.45
end
Method · 0.45
start
Method · 0.45
semantic_eq
Method · 0.45
parse_selector_component
Method · 0.45
Calls
1
token
Method · 0.45
Tested by
no test coverage detected