MCPcopy Create free account
hub / github.com/Icinga/icinga2 / ByteCount

Method ByteCount

lib/otel/otel.cpp:648–651  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

646}
647
648int64_t AsioProtobufOutStream::ByteCount() const
649{
650 return m_Pos + static_cast<int64_t>(m_Buffered);
651}
652
653/**
654 * Flush any buffered data to the underlying Asio stream.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected