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

Function getPublicAPIList

tools/fuzz_generator/main.cpp:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8using namespace ftg;
9
10std::set<std::string> getPublicAPIList(std::string PublicAPIListPath) {
11 auto APILoader = APIJsonLoader(PublicAPIListPath);
12 auto PublicAPIs = APILoader.load();
13 assert(!PublicAPIs.empty() && "Public API List is empty");
14 return PublicAPIs;
15}
16
17int main(int argc, const char **argv) {
18 llvm::cl::ResetCommandLineParser();

Callers 1

mainFunction · 0.85

Calls 3

APIJsonLoaderClass · 0.85
emptyMethod · 0.80
loadMethod · 0.45

Tested by

no test coverage detected