\brief Query a meta-data dictionary for the existence of a key. **/
| 228 | /** \brief Query a meta-data dictionary for the existence of a key. |
| 229 | **/ |
| 230 | bool |
| 231 | HasMetaDataKey(unsigned int slice, const std::string & key) const |
| 232 | { |
| 233 | return this->m_pfHasMetaDataKey(slice, key); |
| 234 | } |
| 235 | |
| 236 | /** \brief Get the value of a meta-data dictionary entry as a string. |
| 237 | * |
nothing calls this directly
no outgoing calls
no test coverage detected