newLocalListener() — fiber Function Reference
Architecture documentation for the newLocalListener() function in helpers_test.go from the fiber codebase.
Entity Profile
Dependency Diagram
graph TD 9e812f76_bc07_63fc_44d4_5f0580b5a46a["newLocalListener()"] c82e3595_b1b8_f596_c097_f26fa40159d1["helpers_test.go"] 9e812f76_bc07_63fc_44d4_5f0580b5a46a -->|defined in| c82e3595_b1b8_f596_c097_f26fa40159d1 0c9f828f_c53a_aab8_a310_05681bdafe92["Test_GetTLSConfig()"] 0c9f828f_c53a_aab8_a310_05681bdafe92 -->|calls| 9e812f76_bc07_63fc_44d4_5f0580b5a46a style 9e812f76_bc07_63fc_44d4_5f0580b5a46a fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
helpers_test.go lines 227–234
func newLocalListener(t *testing.T) net.Listener {
t.Helper()
ln, err := net.Listen("tcp", "127.0.0.1:0")
require.NoError(t, err)
return ln
}
Domain
Subdomains
Defined In
Called By
Source
Frequently Asked Questions
What does newLocalListener() do?
newLocalListener() is a function in the fiber codebase, defined in helpers_test.go.
Where is newLocalListener() defined?
newLocalListener() is defined in helpers_test.go at line 227.
What calls newLocalListener()?
newLocalListener() is called by 1 function(s): Test_GetTLSConfig.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free