Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csskit/csskit
/ accept
Method
accept
crates/css_ast/src/visit/mod.rs:209–211 ·
view source on GitHub ↗
(&self, _: &mut V)
Source
from the content-addressed store, hash-verified
207
208
impl Visitable for token_macros::Ident {
209
fn accept<V: Visit>(&self, _: &mut V) -> VisitFlow {
210
VisitFlow::DESCEND
211
}
212
}
213
214
impl VisitableMut for token_macros::Ident {
Callers
9
new
Method · 0.80
collect_nodes
Method · 0.80
new
Method · 0.80
run
Method · 0.80
extract
Method · 0.80
run
Method · 0.80
run
Method · 0.80
extract_colors
Function · 0.80
build_context
Method · 0.80
Calls
1
visit_node
Method · 0.45
Tested by
1
extract
Method · 0.64