IsDeprecated determines if the field is deprecated.
()
| 68 | |
| 69 | // IsDeprecated determines if the field is deprecated. |
| 70 | func (f FieldInfo) IsDeprecated() bool { return f.Deprecation != nil } |
| 71 | |
| 72 | // Deprecation specifies field deprecation info. |
| 73 | type Deprecation struct { |
no outgoing calls
no test coverage detected