\brief Return the field's attached metadata
| 376 | |
| 377 | /// \brief Return the field's attached metadata |
| 378 | std::shared_ptr<const KeyValueMetadata> metadata() const { return metadata_; } |
| 379 | |
| 380 | /// \brief Return whether the field has non-empty metadata |
| 381 | bool HasMetadata() const; |
no outgoing calls
no test coverage detected