original() — tailwindcss Function Reference
Architecture documentation for the original() function in gitignore.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD 81425b05_495b_6382_8051_2017a9052438["original()"] 61377720_4557_3c63_7653_b6ed73e2face["gitignore.rs"] 81425b05_495b_6382_8051_2017a9052438 -->|defined in| 61377720_4557_3c63_7653_b6ed73e2face style 81425b05_495b_6382_8051_2017a9052438 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/gitignore.rs lines 52–54
pub fn original(&self) -> &str {
&self.original
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does original() do?
original() is a function in the tailwindcss codebase, defined in crates/ignore/src/gitignore.rs.
Where is original() defined?
original() is defined in crates/ignore/src/gitignore.rs at line 52.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free