MCPcopy Create free account
hub / github.com/Samsung/UTopia / addNoInputAPI

Method addNoInputAPI

lib/generation/FuzzGenReporter.cpp:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62void FuzzGenReporter::addNoInputAPI(std::string APIName) {
63 auto *APIReport = getAPIReport(APIName);
64 assert(APIReport && "Unexpected Program State");
65 APIReport->APIStatus = std::make_pair("", NOT_FUZZABLE_NO_INPUT);
66}
67
68void FuzzGenReporter::addUT(std::string UTName, std::string UTFileName,
69 std::string UTDir, FuzzStatus Status) {

Callers 1

exportReportJsonMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected