Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HexHive/NASS
/ IsASCII
Function
IsASCII
fuzz/libfuzzer/FuzzerUtil.cpp:73–73 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
71
}
72
73
bool IsASCII(const Unit &U) { return IsASCII(U.data(), U.size()); }
74
75
bool IsASCII(const uint8_t *Data, size_t Size) {
76
for (size_t i = 0; i < Size; i++)
Callers
1
WriteToOutputCorpus
Method · 0.85
Calls
2
data
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected