Returns the total number of key-value headers in this metadata, including duplicates.
()
| 221 | |
| 222 | /** Returns the total number of key-value headers in this metadata, including duplicates. */ |
| 223 | int headerCount() { |
| 224 | return size; |
| 225 | } |
| 226 | |
| 227 | /** |
| 228 | * Returns true if a value is defined for the given key. |
nothing calls this directly
no outgoing calls
no test coverage detected