TestTreeCatchAllConflict() — gin Function Reference
Architecture documentation for the TestTreeCatchAllConflict() function in tree_test.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 80867903_6183_51db_b674_ff0c21d6df95["TestTreeCatchAllConflict()"] 95642d64_cc2a_14f0_a93c_52464b2a60b9["tree_test.go"] 80867903_6183_51db_b674_ff0c21d6df95 -->|defined in| 95642d64_cc2a_14f0_a93c_52464b2a60b9 2bc5b391_d4b7_b2bf_eab0_46c3c2074f43["testRoutes()"] 80867903_6183_51db_b674_ff0c21d6df95 -->|calls| 2bc5b391_d4b7_b2bf_eab0_46c3c2074f43 style 80867903_6183_51db_b674_ff0c21d6df95 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tree_test.go lines 514–523
func TestTreeCatchAllConflict(t *testing.T) {
routes := []testRoute{
{"/src/*filepath/x", true},
{"/src2/", false},
{"/src2/*filepath/x", true},
{"/src3/*filepath", false},
{"/src3/*filepath/x", true},
}
testRoutes(t, routes)
}
Domain
Subdomains
Defined In
Calls
Source
Frequently Asked Questions
What does TestTreeCatchAllConflict() do?
TestTreeCatchAllConflict() is a function in the gin codebase, defined in tree_test.go.
Where is TestTreeCatchAllConflict() defined?
TestTreeCatchAllConflict() is defined in tree_test.go at line 514.
What does TestTreeCatchAllConflict() call?
TestTreeCatchAllConflict() calls 1 function(s): testRoutes.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free