Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Project functions overview

The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.

For further technical details on the meaning of columns in the below table, please see the Glossary .

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzzer details

Fuzzer: fuzzing/json_roundtrip_string.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_with_comments.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_reflection.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/binary_reflection.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_generic.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/csv_parsing.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_minify.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_roundtrip_floating.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_roundtrip_int.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Fuzzer: fuzzing/json_prettify.cpp

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The project has no code coverage. Will not display blockers as blockers depend on code coverage.

Analyses and suggestions

Optimal target analysis

Remaining optimal interesting functions

The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.

Func name Functions filename Arg count Args Function depth hitcount instr count bb count cyclomatic complexity Reachable functions Incoming references total cyclomatic complexity Unreached complexity
glz::read_jmespath /src/glaze/include/glaze/json/jmespath.hpp 3 ['jmespath_expression', 'T', 'Buffer'] 4 0 193 48 60 75 0 217 215
glz::detail::beve_to_json_value /src/glaze/include/glaze/beve/beve_to_json.hpp 6 ['auto', 'auto', 'auto', 'Buffer', 'auto', 'uint32_t'] 3 0 440 91 100 15 1 224 224
glz::stream_request /src/glaze/include/glaze/net/http_client.hpp 1 ['stream_request_params'] 7 0 8 2 1 153 0 138 138
glz::make_keys_info /src/glaze/include/glaze/core/reflect.hpp 1 ['std::array '] 6 0 152 36 54 55 0 133 131
glz::decltype(auto)::to_tie /src/glaze/include/glaze/reflection/to_tuple.hpp 1 ['T'] 1 0 388 130 130 1 0 130 130
glz::parse_and_invoke /src/glaze/include/glaze/json/read.hpp 4 ['Value', 'is_context auto', 'auto', 'auto'] 6 0 41 10 14 76 0 179 114
glz::process_frame /src/glaze/include/glaze/net/websocket_connection.hpp 2 ['uint8_t*', 'std::size_t'] 7 0 51 13 20 70 2 94 88
glz::skip_object /src/glaze/include/glaze/json/skip.hpp 3 ['is_context auto', 'auto', 'auto'] 5 0 89 26 30 34 0 152 83
glz::fast_float::parsed_number_string_t parse_number_string(UCconst*p, UCconst*pend)noexcept /src/glaze/include/glaze/util/glaze_fast_float.hpp 2 ['UC*', 'UC*'] 4 0 151 30 57 18 0 64 64
glz::jmespath::tokenize_full_jmespath /src/glaze/include/glaze/json/jmespath.hpp 2 ['std::string_view', 'std::vector '] 2 0 28 7 11 20 1 58 58

Implementing fuzzers that target the above functions will improve reachability such that it becomes:

Functions statically reachable by fuzzers
8.0%
141 / 1660
Cyclomatic complexity statically reachable by fuzzers
28.9%
1141 / 3874

All functions overview

If you implement fuzzers for these functions, the status of all functions in the project will be:

Func name Functions filename Args Function call depth Reached by Fuzzers Runtime reached by Fuzzers Combined reached by Fuzzers Fuzzers runtime hit Func lines hit % I Count BB Count Cyclomatic complexity Functions reached Reached by functions Accumulated cyclomatic complexity Undiscovered complexity

Fuzz driver synthesis

New fuzzers

The below fuzzers are templates and suggestions for how to target the set of optimal functions above

jmespath.hpp

Target file: /src/glaze/include/glaze/json/jmespath.hpp
Target functions: glz::read_jmespath, glz::jmespath::tokenize_full_jmespath
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::read_jmespath */
  UNKNOWN_TYPE unknown_0;
  UNKNOWN_TYPE unknown_1;
  UNKNOWN_TYPE unknown_2;
  glz::read_jmespath(unknown_0, unknown_1, unknown_2);

  /* target glz::jmespath::tokenize_full_jmespath */
  UNKNOWN_TYPE unknown_23;
  UNKNOWN_TYPE unknown_24;
  glz::jmespath::tokenize_full_jmespath(unknown_23, unknown_24);

  af_safe_gb_cleanup();
}

beve_to_json.hpp

Target file: /src/glaze/include/glaze/beve/beve_to_json.hpp
Target functions: glz::detail::beve_to_json_value
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::detail::beve_to_json_value */
  UNKNOWN_TYPE unknown_3;
  UNKNOWN_TYPE unknown_4;
  UNKNOWN_TYPE unknown_5;
  UNKNOWN_TYPE unknown_6;
  UNKNOWN_TYPE unknown_7;
  UNKNOWN_TYPE unknown_8;
  glz::detail::beve_to_json_value(unknown_3, unknown_4, unknown_5, unknown_6, unknown_7, unknown_8);

  af_safe_gb_cleanup();
}

http_client.hpp

Target file: /src/glaze/include/glaze/net/http_client.hpp
Target functions: glz::stream_request
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::stream_request */
  UNKNOWN_TYPE unknown_9;
  glz::stream_request(unknown_9);

  af_safe_gb_cleanup();
}

reflect.hpp

Target file: /src/glaze/include/glaze/core/reflect.hpp
Target functions: glz::make_keys_info
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::make_keys_info */
  UNKNOWN_TYPE unknown_10;
  glz::make_keys_info(unknown_10);

  af_safe_gb_cleanup();
}

to_tuple.hpp

Target file: /src/glaze/include/glaze/reflection/to_tuple.hpp
Target functions: glz::decltype(auto)::to_tie
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::decltype(auto)::to_tie */
  UNKNOWN_TYPE unknown_11;
  glz::decltype(auto)::to_tie(unknown_11);

  af_safe_gb_cleanup();
}

read.hpp

Target file: /src/glaze/include/glaze/json/read.hpp
Target functions: glz::parse_and_invoke
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::parse_and_invoke */
  UNKNOWN_TYPE unknown_12;
  UNKNOWN_TYPE unknown_13;
  UNKNOWN_TYPE unknown_14;
  UNKNOWN_TYPE unknown_15;
  glz::parse_and_invoke(unknown_12, unknown_13, unknown_14, unknown_15);

  af_safe_gb_cleanup();
}

websocket_connection.hpp

Target file: /src/glaze/include/glaze/net/websocket_connection.hpp
Target functions: glz::process_frame
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::process_frame */
  UNKNOWN_TYPE unknown_16;
  UNKNOWN_TYPE unknown_17;
  glz::process_frame(unknown_16, unknown_17);

  af_safe_gb_cleanup();
}

skip.hpp

Target file: /src/glaze/include/glaze/json/skip.hpp
Target functions: glz::skip_object
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::skip_object */
  UNKNOWN_TYPE unknown_18;
  UNKNOWN_TYPE unknown_19;
  UNKNOWN_TYPE unknown_20;
  glz::skip_object(unknown_18, unknown_19, unknown_20);

  af_safe_gb_cleanup();
}

glaze_fast_float.hpp

Target file: /src/glaze/include/glaze/util/glaze_fast_float.hpp
Target functions: glz::fast_float::parsed_number_string_t parse_number_string(UCconst*p, UCconst*pend)noexcept
#include "ada_fuzz_header.h"

int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
  af_safe_gb_init(data, size);

  /* target glz::fast_float::parsed_number_string_tparse_number_string(UCconst*p,
UCconst*pend)noexcept */
  UNKNOWN_TYPE unknown_21;
  UNKNOWN_TYPE unknown_22;
  glz::fast_float::parsed_number_string_tparse_number_string(UCconst*p,
UCconst*pend)noexcept(unknown_21, unknown_22);

  af_safe_gb_cleanup();
}

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
/src/glaze/fuzzing/binary_reflection.cpp ['fuzzing/binary_reflection.cpp'] []
/src/glaze/fuzzing/json_reflection.cpp ['fuzzing/json_reflection.cpp'] []
/src/glaze/include/glaze/rpc/repe/header.hpp [] []
/src/glaze/tests/networking_tests/rest_test/rest_server/rest_server.cpp [] []
/src/glaze/include/glaze/exceptions/binary_exceptions.hpp [] []
/src/glaze/include/glaze/eetf/read.hpp [] []
/src/glaze/include/glaze/json/read.hpp [] []
/src/glaze/include/glaze/util/utility.hpp [] []
/src/glaze/tests/jsonrpc_test/jsonrpc_test.cpp [] []
/src/glaze/include/glaze/util/progress_bar.hpp [] []
/src/glaze/include/glaze/file/write_directory.hpp [] []
/src/glaze/include/glaze/api/lib.hpp [] []
/src/glaze/include/glaze/eetf/cmp.hpp [] []
/src/glaze/tests/api_test/api_test.cpp [] []
/src/glaze/include/glaze/json/ndjson.hpp [] []
/src/glaze/fuzzing/json_exhaustive_roundtrip_int.cpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/include/glaze/beve/read.hpp [] []
/src/glaze/include/glaze/thread/shared_async_vector.hpp [] []
/src/glaze/include/glaze/core/convert_struct.hpp [] []
/src/glaze/include/glaze/util/bit_array.hpp [] []
/src/glaze/include/glaze/core/array_apply.hpp [] []
/src/glaze/include/glaze/api/std/functional.hpp [] []
/src/glaze/include/glaze/csv/write.hpp [] []
/src/glaze/fuzzing/json_with_comments.cpp ['fuzzing/json_with_comments.cpp'] []
/src/glaze/include/glaze/net/http.hpp [] []
/src/glaze/tests/toml_test/toml_test.cpp [] []
/src/glaze/include/glaze/json/jmespath.hpp [] []
/src/glaze/include/glaze/api/xxh64.hpp [] []
/src/glaze/include/glaze/api/hash.hpp [] []
/src/glaze/include/glaze/util/type_traits.hpp [] []
/src/glaze/include/glaze/json/ptr.hpp [] []
/src/glaze/tests/csv_test/csv_test.cpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/tests/json_test/json_test.cpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/tests/int_parsing/int_parsing.cpp [] []
/src/glaze/include/glaze/core/reflect.hpp [] []
/src/glaze/include/glaze/stencil/stencilcount.hpp [] []
/src/glaze/include/glaze/file/read_directory.hpp [] []
/src/glaze/include/glaze/json/max_write_precision.hpp [] []
/src/glaze/tests/json_performance/json_performance.cpp [] []
/src/glaze/include/glaze/json/invoke.hpp [] []
/src/glaze/fuzzing/json_minify.cpp ['fuzzing/json_minify.cpp'] []
/src/glaze/tests/eetf_test/eetf_test.cpp [] []
/src/glaze/include/glaze/exceptions/json_schema_exceptions.hpp [] []
/src/glaze/include/glaze/core/error_category.hpp [] []
/src/glaze/include/glaze/ext/glaze_asio.hpp [] []
/src/glaze/include/glaze/beve/beve_to_json.hpp ['fuzzing/binary_reflection.cpp'] []
/src/glaze/include/glaze/eetf/wrappers.hpp [] []
/src/glaze/tests/exceptions_test/exceptions_test.cpp [] []
/src/glaze/include/glaze/core/write_chars.hpp [] []
/src/glaze/fuzzing/main.cpp [] []
/src/glaze/include/glaze/net/rest_registry_impl.hpp [] []
/src/glaze/include/glaze/base64/base64.hpp [] []
/src/glaze/include/glaze/net/http_client.hpp [] []
/src/glaze/include/glaze/eetf/ei.hpp [] []
/src/glaze/include/glaze/api/type_support.hpp [] []
/src/glaze/include/glaze/beve/write.hpp [] []
/src/glaze/tests/json_conformance/json_conformance.cpp [] []
/src/glaze/include/glaze/format/format_to.hpp [] []
/src/glaze/include/glaze/trace/trace.hpp [] []
/src/glaze/tests/networking_tests/http_examples/http_examples.cpp [] []
/src/glaze/include/glaze/json/wrappers.hpp [] []
/src/glaze/tests/beve_test/beve_test.cpp [] []
/src/glaze/include/glaze/core/constraint.hpp [] []
/src/glaze/include/glaze/json/prettify.hpp ['fuzzing/json_prettify.cpp'] []
/src/glaze/include/glaze/thread/threadpool.hpp [] []
/src/glaze/include/glaze/tuplet/tuple.hpp [] []
/src/glaze/include/glaze/util/dump.hpp ['fuzzing/json_generic.cpp'] []
/src/glaze/fuzzing/json_generic.cpp ['fuzzing/json_generic.cpp'] []
/src/glaze/include/glaze/containers/flat_map.hpp [] []
/src/glaze/include/glaze/util/hash_map.hpp [] []
/src/glaze/include/glaze/thread/async_string.hpp ['fuzzing/binary_reflection.cpp'] []
/src/glaze/include/glaze/thread/guard.hpp [] []
/src/glaze/include/glaze/core/common.hpp [] []
/src/glaze/include/glaze/json/study.hpp [] []
/src/glaze/include/glaze/core/cast.hpp [] []
/src/glaze/include/glaze/beve/ptr.hpp [] []
/src/glaze/include/glaze/file/file_ops.hpp [] []
/src/glaze/include/glaze/eetf/types.hpp [] []
/src/glaze/include/glaze/util/variant.hpp [] []
/src/glaze/include/glaze/rpc/repe/repe_registry_impl.hpp [] []
/src/glaze/include/glaze/util/for_each.hpp [] []
/src/glaze/tests/networking_tests/http_client_test/http_client_test.cpp [] []
/src/glaze/include/glaze/util/murmur.hpp [] []
/src/glaze/fuzzing/json_roundtrip_string.cpp ['fuzzing/json_roundtrip_string.cpp'] []
/src/glaze/include/glaze/core/ptr.hpp [] []
/src/glaze/include/glaze/core/context.hpp [] []
/src/glaze/include/glaze/ext/jsonrpc.hpp [] []
/src/glaze/include/glaze/beve/header.hpp [] []
/src/glaze/include/glaze/json/escape_unicode.hpp [] []
/src/glaze/include/glaze/core/manage.hpp [] []
/src/glaze/tests/lib_test/lib_test.cpp [] []
/src/glaze/include/glaze/net/websocket_connection.hpp [] []
/src/glaze/include/glaze/util/help.hpp [] []
/src/glaze/include/glaze/exceptions/core_exceptions.hpp [] []
/src/glaze/include/glaze/core/read.hpp [] []
/src/glaze/fuzzing/json_roundtrip_int.cpp ['fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/include/glaze/util/parse.hpp [] []
/src/glaze/include/glaze/net/http_router.hpp [] []
/src/glaze/tests/networking_tests/repe_test/repe_test.cpp [] []
/src/glaze/include/glaze/util/string_literal.hpp [] []
/src/glaze/include/glaze/net/cors.hpp [] []
/src/glaze/include/glaze/util/dragonbox.hpp [] []
/src/glaze/include/glaze/json/schema.hpp [] []
/src/glaze/tests/json_reflection_test/json_reflection_test.cpp [] []
/src/glaze/tests/lib_test/test_lib/test_lib.cpp [] []
/src/glaze/include/glaze/api/api.hpp [] []
/src/glaze/include/glaze/core/meta.hpp [] []
/src/glaze/include/glaze/core/opts.hpp [] []
/src/glaze/examples/json-rpc.cpp [] []
/src/glaze/include/glaze/exceptions/json_exceptions.hpp [] []
/src/glaze/include/glaze/eetf/write.hpp [] []
/src/glaze/include/glaze/rpc/repe/repe.hpp [] []
/src/glaze/include/glaze/version.hpp [] []
/src/glaze/include/glaze/file/file_watch.hpp [] []
/src/glaze/include/glaze/util/itoa.hpp [] []
/src/glaze/include/glaze/util/dtoa.hpp [] []
/src/glaze/tests/eigen_test/eigen_test.cpp [] []
/src/glaze/include/glaze/core/wrappers.hpp [] []
/src/glaze/include/glaze/json/write.hpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/include/glaze/json/skip.hpp [] []
/src/glaze/include/glaze/hardware/volatile_array.hpp [] []
/src/glaze/include/glaze/json/json_ptr.hpp [] []
/src/glaze/fuzzing/json_roundtrip_floating.cpp ['fuzzing/json_roundtrip_floating.cpp'] []
/src/glaze/include/glaze/util/memory_pool.hpp [] []
/src/glaze/include/glaze/record/recorder.hpp [] []
/src/glaze/include/glaze/util/compare.hpp [] []
/src/glaze/include/glaze/json/raw_string.hpp [] []
/src/glaze/include/glaze/ext/cli_menu.hpp [] []
/src/glaze/include/glaze/util/validate.hpp [] []
/src/glaze/include/glaze/json/json_format.hpp [] []
/src/glaze/include/glaze/concepts/container_concepts.hpp [] []
/src/glaze/include/glaze/thread/async_vector.hpp [] []
/src/glaze/include/glaze/api/impl.hpp [] []
/src/glaze/include/glaze/api/trait.hpp [] []
/src/glaze/tests/json_test/json_t_test.cpp [] []
/src/glaze/include/glaze/util/atoi.hpp [] []
/src/glaze/include/glaze/thread/async.hpp [] []
/src/glaze/fuzzing/json_prettify.cpp ['fuzzing/json_prettify.cpp'] []
/src/glaze/tests/threading_test/threading_test.cpp [] []
/src/glaze/tests/networking_tests/asio_repe/asio_repe.cpp [] []
/src/glaze/tests/networking_tests/http_server_api_tests/http_server_api_tests.cpp [] []
/src/glaze/include/glaze/net/http_server.hpp [] []
/src/glaze/include/glaze/core/seek.hpp [] []
/src/glaze/include/glaze/toml/write.hpp [] []
/src/glaze/include/glaze/exceptions/csv_exceptions.hpp [] []
/src/glaze/include/glaze/util/fast_float.hpp [] []
/src/glaze/include/glaze/reflection/get_name.hpp [] []
/src/glaze/fuzzing/csv_parsing.cpp ['fuzzing/csv_parsing.cpp'] []
/src/glaze/include/glaze/thread/shared_async_map.hpp [] []
/src/glaze/include/glaze/core/write.hpp ['fuzzing/json_roundtrip_string.cpp', 'fuzzing/json_roundtrip_floating.cpp', 'fuzzing/json_roundtrip_int.cpp'] []
/src/glaze/include/glaze/util/convert.hpp [] []
/src/glaze/tests/roundtrip/roundtrip.cpp [] []
/src/glaze/include/glaze/csv/read.hpp [] []
/src/glaze/tests/json_test/jsonschema_test.cpp [] []
/src/glaze/include/glaze/json/minify.hpp ['fuzzing/json_minify.cpp'] []
/src/glaze/include/glaze/reflection/to_tuple.hpp [] []
/src/glaze/include/glaze/toml/read.hpp [] []
/src/glaze/include/glaze/util/glaze_fast_float.hpp [] []
/src/glaze/include/glaze/json/json_t.hpp ['fuzzing/json_generic.cpp'] []
/src/glaze/include/glaze/beve/skip.hpp [] []
/src/glaze/include/glaze/stencil/stencil.hpp [] []
/src/glaze/tests/cli_menu_test/cli_menu_test.cpp [] []
/src/glaze/include/glaze/thread/atomic.hpp [] []
/src/glaze/include/glaze/file/hostname_include.hpp [] []
/src/glaze/include/glaze/compare/compare.hpp [] []
/src/glaze/tests/networking_tests/https_test/https_test.cpp [] []

Directories in report

Directory
/src/glaze/include/glaze/api/std/
/src/glaze/include/glaze/containers/
/src/glaze/tests/json_reflection_test/
/src/glaze/include/glaze/toml/
/src/glaze/tests/eigen_test/
/src/glaze/include/glaze/format/
/src/glaze/tests/networking_tests/http_client_test/
/src/glaze/include/glaze/csv/
/src/glaze/tests/lib_test/
/src/glaze/tests/eetf_test/
/src/glaze/tests/lib_test/test_lib/
/src/glaze/tests/roundtrip/
/src/glaze/tests/networking_tests/repe_test/
/src/glaze/include/glaze/trace/
/src/glaze/tests/json_performance/
/src/glaze/include/glaze/util/
/src/glaze/include/glaze/eetf/
/src/glaze/include/glaze/thread/
/src/glaze/tests/networking_tests/http_server_api_tests/
/src/glaze/tests/json_conformance/
/src/glaze/tests/threading_test/
/src/glaze/include/glaze/rpc/repe/
/src/glaze/include/glaze/file/
/src/glaze/tests/json_test/
/src/glaze/tests/networking_tests/https_test/
/src/glaze/tests/networking_tests/http_examples/
/src/glaze/tests/exceptions_test/
/src/glaze/include/glaze/core/
/src/glaze/tests/networking_tests/asio_repe/
/src/glaze/include/glaze/exceptions/
/src/glaze/tests/networking_tests/rest_test/rest_server/
/src/glaze/tests/api_test/
/src/glaze/include/glaze/net/
/src/glaze/include/glaze/ext/
/src/glaze/include/glaze/tuplet/
/src/glaze/include/glaze/
/src/glaze/include/glaze/reflection/
/src/glaze/tests/cli_menu_test/
/src/glaze/include/glaze/hardware/
/src/glaze/include/glaze/stencil/
/src/glaze/tests/int_parsing/
/src/glaze/include/glaze/base64/
/src/glaze/include/glaze/record/
/src/glaze/include/glaze/concepts/
/src/glaze/include/glaze/json/
/src/glaze/examples/
/src/glaze/tests/csv_test/
/src/glaze/include/glaze/compare/
/src/glaze/tests/jsonrpc_test/
/src/glaze/tests/toml_test/
/src/glaze/tests/beve_test/
/src/glaze/include/glaze/api/
/src/glaze/include/glaze/beve/
/src/glaze/fuzzing/