Home / Function/ Test_Listen_Prefork() — fiber Function Reference

Test_Listen_Prefork() — fiber Function Reference

Architecture documentation for the Test_Listen_Prefork() function in listen_test.go from the fiber codebase.

Entity Profile

Dependency Diagram

graph TD
  460d341b_026a_37ed_6c6c_93081578700f["Test_Listen_Prefork()"]
  edd60c6a_f37d_c392_5301_d2d5a002990a["listen_test.go"]
  460d341b_026a_37ed_6c6c_93081578700f -->|defined in| edd60c6a_f37d_c392_5301_d2d5a002990a
  style 460d341b_026a_37ed_6c6c_93081578700f fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

listen_test.go lines 167–173

func Test_Listen_Prefork(t *testing.T) {
	testPreforkMaster = true

	app := New()

	require.NoError(t, app.Listen(":0", ListenConfig{DisableStartupMessage: true, EnablePrefork: true}))
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does Test_Listen_Prefork() do?
Test_Listen_Prefork() is a function in the fiber codebase, defined in listen_test.go.
Where is Test_Listen_Prefork() defined?
Test_Listen_Prefork() is defined in listen_test.go at line 167.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free