ByName() — gin Function Reference
Architecture documentation for the ByName() function in tree.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 365d331d_07dd_ffb1_13db_2c301c9c9586["ByName()"] 05a551ce_4bcf_575c_02be_0ac3341bd2b3["Get()"] 365d331d_07dd_ffb1_13db_2c301c9c9586 -->|calls| 05a551ce_4bcf_575c_02be_0ac3341bd2b3 style 365d331d_07dd_ffb1_13db_2c301c9c9586 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
tree.go lines 40–43
func (ps Params) ByName(name string) (va string) {
va, _ = ps.Get(name)
return
}
Domain
Subdomains
Calls
Source
Frequently Asked Questions
What does ByName() do?
ByName() is a function in the gin codebase.
What does ByName() call?
ByName() calls 1 function(s): Get.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free