print getter
(g *Generator, mc *msgCtx)
| 1944 | decl(g *Generator, mc *msgCtx) // print declaration within the struct |
| 1945 | getter(g *Generator, mc *msgCtx) // print getter |
| 1946 | setter(g *Generator, mc *msgCtx) // print setter if applicable |
| 1947 | } |
| 1948 | |
| 1949 | // defField interface implemented by all types of fields that can have defaults (not oneofField, but instead oneofSubField). |
no outgoing calls
no test coverage detected