Home / Function/ TestTreeCatchAllConflict() — gin Function Reference

TestTreeCatchAllConflict() — gin Function Reference

Architecture documentation for the TestTreeCatchAllConflict() function in tree_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  4310edfb_a779_311e_cab0_0529fbf6df8c["TestTreeCatchAllConflict()"]
  c61a6e78_d9c2_827e_4dd0_1dd33dc14e58["testRoutes()"]
  4310edfb_a779_311e_cab0_0529fbf6df8c -->|calls| c61a6e78_d9c2_827e_4dd0_1dd33dc14e58
  style 4310edfb_a779_311e_cab0_0529fbf6df8c 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

Calls

Frequently Asked Questions

What does TestTreeCatchAllConflict() do?
TestTreeCatchAllConflict() is a function in the gin codebase.
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