Updated returns whether the descriptor was updated.
()
| 94 | |
| 95 | // Updated returns whether the descriptor was updated. |
| 96 | func (m *MessageDescriptor) Updated() bool { return m.updated } |
| 97 | |
| 98 | func (m *MessageDescriptor) String() string { |
| 99 | if m == nil { |