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

Class APIJsonLoader

include/ftg/apiloader/APIJsonLoader.h:10–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace ftg {
9
10class APIJsonLoader : public APILoader {
11public:
12 APIJsonLoader(std::string JsonFilePath) : JsonFilePath(JsonFilePath) {}
13 const std::set<std::string> load() override;
14
15private:
16 bool isDeprecatedLibrary(std::string LibName);
17 std::string JsonFilePath;
18};
19
20} // namespace ftg
21#endif // FTG_APILOADER_APIJSONLOADER_H

Callers 1

getPublicAPIListFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected