----------------------------------------------------------------------------- How many bytes remain to be read? -----------------------------------------------------------------------------
| 415 | // How many bytes remain to be read? |
| 416 | //----------------------------------------------------------------------------- |
| 417 | inline int CUtlBuffer::GetBytesRemaining() const |
| 418 | { |
| 419 | return m_nMaxPut - TellGet(); |
| 420 | } |
| 421 | |
| 422 | |
| 423 | //----------------------------------------------------------------------------- |
no outgoing calls
no test coverage detected