readWriteKeys() — gin Function Reference
Architecture documentation for the readWriteKeys() function in githubapi_test.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 2773e3ff_5702_99c9_71be_e5245272540c["readWriteKeys()"] 851931d7_59a3_9c02_f8d4_6771ae5af6e6["githubapi_test.go"] 2773e3ff_5702_99c9_71be_e5245272540c -->|defined in| 851931d7_59a3_9c02_f8d4_6771ae5af6e6 e2c6531e_c64a_1e84_8276_85229cee8b6f["TestRaceContextCopy()"] e2c6531e_c64a_1e84_8276_85229cee8b6f -->|calls| 2773e3ff_5702_99c9_71be_e5245272540c style 2773e3ff_5702_99c9_71be_e5245272540c 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
Defined In
Called By
Source
Frequently Asked Questions
What does readWriteKeys() do?
readWriteKeys() is a function in the gin codebase, defined in githubapi_test.go.
Where is readWriteKeys() defined?
readWriteKeys() is defined in githubapi_test.go at line 367.
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