ProtoReflect() — gin Function Reference
Architecture documentation for the ProtoReflect() function in test.pb.go from the gin codebase.
Entity Profile
Dependency Diagram
graph TD 253be3f8_b3a7_140d_83de_b69d7e4dfb43["ProtoReflect()"] e0c72bb0_5a96_3254_3589_4f7139bff4a1["ProtoReflect()"] e0c72bb0_5a96_3254_3589_4f7139bff4a1 -->|calls| 253be3f8_b3a7_140d_83de_b69d7e4dfb43 e0c72bb0_5a96_3254_3589_4f7139bff4a1["ProtoReflect()"] 253be3f8_b3a7_140d_83de_b69d7e4dfb43 -->|calls| e0c72bb0_5a96_3254_3589_4f7139bff4a1 style 253be3f8_b3a7_140d_83de_b69d7e4dfb43 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
testdata/protoexample/test.pb.go lines 107–117
func (x *Test) ProtoReflect() protoreflect.Message {
mi := &file_test_proto_msgTypes[0]
if protoimpl.UnsafeEnabled && x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
Domain
Subdomains
Calls
Called By
Source
Frequently Asked Questions
What does ProtoReflect() do?
ProtoReflect() is a function in the gin codebase.
What does ProtoReflect() call?
ProtoReflect() calls 1 function(s): ProtoReflect.
What calls ProtoReflect()?
ProtoReflect() is called by 1 function(s): ProtoReflect.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free