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

Function init

types/api.pb.go:408–412  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 return "google.protobuf.Mixin"
407}
408func init() {
409 proto.RegisterType((*Api)(nil), "google.protobuf.Api")
410 proto.RegisterType((*Method)(nil), "google.protobuf.Method")
411 proto.RegisterType((*Mixin)(nil), "google.protobuf.Mixin")
412}
413
414func init() { proto.RegisterFile("google/protobuf/api.proto", fileDescriptor_a2ec32096296c143) }
415

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…