MCPcopy
hub / github.com/gogo/protobuf / init

Function init

types/empty.pb.go:79–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

77 return "google.protobuf.Empty"
78}
79func init() {
80 proto.RegisterType((*Empty)(nil), "google.protobuf.Empty")
81}
82
83func init() { proto.RegisterFile("google/protobuf/empty.proto", fileDescriptor_900544acb223d5b8) }
84

Callers

nothing calls this directly

Calls 2

RegisterTypeFunction · 0.92
RegisterFileFunction · 0.92

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…