Home / Function/ TestDir_listDirectory() — gin Function Reference

TestDir_listDirectory() — gin Function Reference

Architecture documentation for the TestDir_listDirectory() function in fs_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  3e11afa9_6202_2be3_5cdb_98250952c33c["TestDir_listDirectory()"]
  77c2ea48_94c9_7fb8_e9da_d5b6e60ec481["fs_test.go"]
  3e11afa9_6202_2be3_5cdb_98250952c33c -->|defined in| 77c2ea48_94c9_7fb8_e9da_d5b6e60ec481
  style 3e11afa9_6202_2be3_5cdb_98250952c33c fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

fs_test.go lines 60–65

func TestDir_listDirectory(t *testing.T) {
	testRoot := "foo"
	fs := Dir(testRoot, true)

	assert.Equal(t, http.Dir(testRoot), fs)
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does TestDir_listDirectory() do?
TestDir_listDirectory() is a function in the gin codebase, defined in fs_test.go.
Where is TestDir_listDirectory() defined?
TestDir_listDirectory() is defined in fs_test.go at line 60.

Analyze Your Own Codebase

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

Try Supermodel Free