Home / Function/ readWriteKeys() — gin Function Reference

readWriteKeys() — gin Function Reference

Architecture documentation for the readWriteKeys() function in githubapi_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  11845faa_1fc2_6a42_25f3_85f410f83d2e["readWriteKeys()"]
  cbe681bc_3713_ac71_7faa_b4b24885cffe["TestRaceContextCopy()"]
  cbe681bc_3713_ac71_7faa_b4b24885cffe -->|calls| 11845faa_1fc2_6a42_25f3_85f410f83d2e
  style 11845faa_1fc2_6a42_25f3_85f410f83d2e fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

githubapi_test.go lines 367–372

func readWriteKeys(c *Context) {
	for {
		c.Set("1", rand.Int())
		c.Set("2", c.Value("1"))
	}
}

Domain

Subdomains

Frequently Asked Questions

What does readWriteKeys() do?
readWriteKeys() is a function in the gin codebase.
What calls readWriteKeys()?
readWriteKeys() is called by 1 function(s): TestRaceContextCopy.

Analyze Your Own Codebase

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

Try Supermodel Free