Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7
namespace ftg {
8
9
bool APIJsonLoader::isDeprecatedLibrary(std::string LibName) {
10
return !util::regex(LibName,
".+_deprecated"
).empty();
11
}
12
13
const std::set<std::string> APIJsonLoader::load() {
14
std::set<std::string> APINames;
Callers
nothing calls this directly
Calls
2
regex
Function · 0.85
empty
Method · 0.80
Tested by
no test coverage detected