MCPcopy Create free account
hub / github.com/apache/arrow / FuzzingOptions

Function FuzzingOptions

cpp/src/arrow/ipc/reader.cc:2756–2760  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2754}
2755
2756IpcReadOptions FuzzingOptions() {
2757 IpcReadOptions options;
2758 options.memory_pool = ::arrow::internal::fuzzing_memory_pool();
2759 return options;
2760}
2761
2762} // namespace
2763

Callers 1

FuzzIpcStreamFunction · 0.85

Calls 1

fuzzing_memory_poolFunction · 0.85

Tested by

no test coverage detected