MCPcopy Create free account
hub / github.com/HexHive/NASS / ParseError

Function ParseError

fuzz/libfuzzer/FuzzerDataFlowTrace.cpp:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132static bool ParseError(const char *Err, const std::string &Line) {
133 Printf("DataFlowTrace: parse error: %s: Line: %s\n", Err, Line.c_str());
134 return false;
135}
136
137// TODO(metzman): replace std::string with std::string_view for
138// better performance. Need to figure our how to use string_view on Windows.

Callers 2

ParseDFTLineFunction · 0.85
InitMethod · 0.85

Calls 2

PrintfFunction · 0.70
c_strMethod · 0.45

Tested by

no test coverage detected