logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

mongoc_stream_t *

Author

       MongoDB, Inc

Parameters

stream: A mongoc_stream_t.

       This function shall fetch the underlying stream for streams that wrap a base stream. Such implementations
       include mongoc_stream_buffered_t and mongoc_stream_tls_t.

Returns

       A mongoc_stream_t or NULL.

Synopsis

          mongoc_stream_t *
          mongoc_stream_get_base_stream (mongoc_stream_t *stream);

See Also