Home / Function/ Reset() — gin Function Reference

Reset() — gin Function Reference

Architecture documentation for the Reset() function in test.pb.go from the gin codebase.

Function go CoreEngine Routing calls 1 called by 1

Entity Profile

Dependency Diagram

graph TD
  30bd006b_3168_e6d6_2a0a_21171567dca0["Reset()"]
  59fcdc2a_8db8_db10_dcf5_3d6890c0629c["Reset()"]
  59fcdc2a_8db8_db10_dcf5_3d6890c0629c -->|calls| 30bd006b_3168_e6d6_2a0a_21171567dca0
  59fcdc2a_8db8_db10_dcf5_3d6890c0629c["Reset()"]
  30bd006b_3168_e6d6_2a0a_21171567dca0 -->|calls| 59fcdc2a_8db8_db10_dcf5_3d6890c0629c
  style 30bd006b_3168_e6d6_2a0a_21171567dca0 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

testdata/protoexample/test.pb.go lines 92–99

func (x *Test) Reset() {
	*x = Test{}
	if protoimpl.UnsafeEnabled {
		mi := &file_test_proto_msgTypes[0]
		ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
		ms.StoreMessageInfo(mi)
	}
}

Domain

Subdomains

Calls

Called By

Frequently Asked Questions

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

Analyze Your Own Codebase

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

Try Supermodel Free