Gets the user supplied key.
| 17504 | |
| 17505 | // Gets the user supplied key. |
| 17506 | const char* key() const { |
| 17507 | return key_.c_str(); |
| 17508 | } |
| 17509 | |
| 17510 | // Gets the user supplied value. |
| 17511 | const char* value() const { |
no outgoing calls
no test coverage detected