MCPcopy
hub / github.com/gin-gonic/gin / readWriteKeys

Function readWriteKeys

githubapi_test.go:367–372  ·  view source on GitHub ↗
(c *Context)

Source from the content-addressed store, hash-verified

365}
366
367func readWriteKeys(c *Context) {
368 for {
369 c.Set("1", rand.Int())
370 c.Set("2", c.Value("1"))
371 }
372}
373
374func githubConfigRouter(router *Engine) {
375 for _, route := range githubAPI {

Callers 1

TestRaceContextCopyFunction · 0.85

Calls 2

SetMethod · 0.80
ValueMethod · 0.80

Tested by

no test coverage detected