releaseOldInput() — fiber Function Reference
Architecture documentation for the releaseOldInput() function in redirect.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD a6b474d7_4e8d_3334_72be_8ceb07587058["releaseOldInput()"] c50a8caf_2773_241c_9f34_49133f549127["redirect.go"] a6b474d7_4e8d_3334_72be_8ceb07587058 -->|defined in| c50a8caf_2773_241c_9f34_49133f549127 style a6b474d7_4e8d_3334_72be_8ceb07587058 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
redirect.go lines 139–146
func releaseOldInput(oldInput map[string]string) {
if len(oldInput) > maxPoolableMapSize {
return
}
clear(oldInput)
oldInputPool.Put(oldInput)
}
Domain
Subdomains
Defined In
Source
Frequently Asked Questions
What does releaseOldInput() do?
releaseOldInput() is a function in the fiber codebase, defined in redirect.go.
Where is releaseOldInput() defined?
releaseOldInput() is defined in redirect.go at line 139.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free