Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CMU-Perceptual-Computing-Lab/openpose
/ empty
Method
empty
src/openpose/core/string.cpp:48–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
}
47
48
bool String::empty() const
49
{
50
try
51
{
52
return spImpl->mString.empty();
53
}
54
catch (const std::exception& e)
55
{
56
error(e.what(), __LINE__, __FUNCTION__, __FILE__);
57
return true;
58
}
59
}
60
}
Callers
nothing calls this directly
Calls
2
what
Method · 0.80
error
Function · 0.50
Tested by
no test coverage detected