LCOV - code coverage report
Current view: top level - src/leveldb/util - options.cc (source / functions) Coverage Total Hit
Test: test_bitcoin_coverage.info Lines: 100.0 % 1 1
Test Date: 2026-02-04 04:43:42 Functions: 100.0 % 1 1

            Line data    Source code
       1              : // Copyright (c) 2011 The LevelDB Authors. All rights reserved.
       2              : // Use of this source code is governed by a BSD-style license that can be
       3              : // found in the LICENSE file. See the AUTHORS file for names of contributors.
       4              : 
       5              : #include "leveldb/options.h"
       6              : 
       7              : #include "leveldb/comparator.h"
       8              : #include "leveldb/env.h"
       9              : 
      10              : namespace leveldb {
      11              : 
      12         1146 : Options::Options() : comparator(BytewiseComparator()), env(Env::Default()) {}
      13              : 
      14              : }  // namespace leveldb
        

Generated by: LCOV version 2.0-1