Home / Function/ TestContextGetInt64() — gin Function Reference

TestContextGetInt64() — gin Function Reference

Architecture documentation for the TestContextGetInt64() function in context_test.go from the gin codebase.

Entity Profile

Dependency Diagram

graph TD
  2f6d7d02_f7d5_3e6f_e935_7098ace6b3ec["TestContextGetInt64()"]
  ebe0ae48_a62b_a38f_5bac_5bbbd96fc508["context_test.go"]
  2f6d7d02_f7d5_3e6f_e935_7098ace6b3ec -->|defined in| ebe0ae48_a62b_a38f_5bac_5bbbd96fc508
  style 2f6d7d02_f7d5_3e6f_e935_7098ace6b3ec fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

context_test.go lines 451–455

func TestContextGetInt64(t *testing.T) {
	c, _ := CreateTestContext(httptest.NewRecorder())
	c.Set("int64", int64(42424242424242))
	assert.Equal(t, int64(42424242424242), c.GetInt64("int64"))
}

Domain

Subdomains

Defined In

Frequently Asked Questions

What does TestContextGetInt64() do?
TestContextGetInt64() is a function in the gin codebase, defined in context_test.go.
Where is TestContextGetInt64() defined?
TestContextGetInt64() is defined in context_test.go at line 451.

Analyze Your Own Codebase

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

Try Supermodel Free