Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2756
IpcReadOptions FuzzingOptions() {
2757
IpcReadOptions options;
2758
options.memory_pool = ::arrow::internal::fuzzing_memory_pool();
2759
return options;
2760
}
2761
2762
} // namespace
2763
Callers
1
FuzzIpcStream
Function · 0.85
Calls
1
fuzzing_memory_pool
Function · 0.85
Tested by
no test coverage detected