gi_from_str() — tailwindcss Function Reference
Architecture documentation for the gi_from_str() function in gitignore.rs from the tailwindcss codebase.
Entity Profile
Dependency Diagram
graph TD f8b0c012_34e9_1bfc_8000_05d30b79d0e0["gi_from_str()"] f36addc5_e933_b0fc_2333_6bda24a19cf9["regression_106()"] f36addc5_e933_b0fc_2333_6bda24a19cf9 -->|calls| f8b0c012_34e9_1bfc_8000_05d30b79d0e0 34528413_025e_b66e_b0cb_4851a28b21d1["add_str()"] f8b0c012_34e9_1bfc_8000_05d30b79d0e0 -->|calls| 34528413_025e_b66e_b0cb_4851a28b21d1 68e416a6_57fe_bc5e_90c3_04138c3922d0["build()"] f8b0c012_34e9_1bfc_8000_05d30b79d0e0 -->|calls| 68e416a6_57fe_bc5e_90c3_04138c3922d0 style f8b0c012_34e9_1bfc_8000_05d30b79d0e0 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
crates/ignore/src/gitignore.rs lines 698–702
fn gi_from_str<P: AsRef<Path>>(root: P, s: &str) -> Gitignore {
let mut builder = GitignoreBuilder::new(root);
builder.add_str(None, s).unwrap();
builder.build().unwrap()
}
Domain
Subdomains
Called By
Source
Frequently Asked Questions
What does gi_from_str() do?
gi_from_str() is a function in the tailwindcss codebase.
What does gi_from_str() call?
gi_from_str() calls 2 function(s): add_str, build.
What calls gi_from_str()?
gi_from_str() is called by 1 function(s): regression_106.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free