partial() — tailwindcss Function Reference
Architecture documentation for the partial() function in dir.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 422b9ec8_618c_560d_887f_fae641aa1951["partial()"] 34db7549_7ec2_ec65_96aa_9670256e1810["errored_both()"] 34db7549_7ec2_ec65_96aa_9670256e1810 -->|calls| 422b9ec8_618c_560d_887f_fae641aa1951 style 422b9ec8_618c_560d_887f_fae641aa1951 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/dir.rs lines 921–926
fn partial(err: Error) -> Vec<Error> {
match err {
Error::Partial(errs) => errs,
_ => panic!("expected partial error but got {:?}", err),
}
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does partial() do?
partial() is a function in the tailwindcss codebase.
What calls partial()?
partial() is called by 1 function(s): errored_both.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free