Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WasmEdge/WasmEdge
/ LLVMFuzzerTestOneInput
Function
LLVMFuzzerTestOneInput
tools/fuzz/po.cpp:11–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
9
size_t Size);
10
11
extern
"C"
[[gnu::visibility(
"default"
)]] int
12
LLVMFuzzerTestOneInput(const uint8_t *Data, size_t Size) {
13
return WasmEdge_Driver_FuzzPO(Data, Size);
14
}
Callers
nothing calls this directly
Calls
1
WasmEdge_Driver_FuzzPO
Function · 0.85
Tested by
no test coverage detected