Gets the user supplied key.
| 12988 | |
| 12989 | // Gets the user supplied key. |
| 12990 | const char* key() const { |
| 12991 | return key_.c_str(); |
| 12992 | } |
| 12993 | |
| 12994 | // Gets the user supplied value. |
| 12995 | const char* value() const { |
no outgoing calls
no test coverage detected