Reset() — gin Function Reference
Architecture documentation for the Reset() function in test.pb.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 59fcdc2a_8db8_db10_dcf5_3d6890c0629c["Reset()"] 30bd006b_3168_e6d6_2a0a_21171567dca0["Reset()"] 30bd006b_3168_e6d6_2a0a_21171567dca0 -->|calls| 59fcdc2a_8db8_db10_dcf5_3d6890c0629c 30bd006b_3168_e6d6_2a0a_21171567dca0["Reset()"] 59fcdc2a_8db8_db10_dcf5_3d6890c0629c -->|calls| 30bd006b_3168_e6d6_2a0a_21171567dca0 style 59fcdc2a_8db8_db10_dcf5_3d6890c0629c fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testdata/protoexample/test.pb.go lines 160–167
func (x *Test_OptionalGroup) Reset() {
*x = Test_OptionalGroup{}
if protoimpl.UnsafeEnabled {
mi := &file_test_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
}
Domain
Subdomains
Calls
Called By
Source
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