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

Method isDeprecatedLibrary

lib/apiloader/APIJsonLoader.cpp:9–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace ftg {
8
9bool APIJsonLoader::isDeprecatedLibrary(std::string LibName) {
10 return !util::regex(LibName, ".+_deprecated").empty();
11}
12
13const std::set<std::string> APIJsonLoader::load() {
14 std::set<std::string> APINames;

Callers

nothing calls this directly

Calls 2

regexFunction · 0.85
emptyMethod · 0.80

Tested by

no test coverage detected