Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GPUOpen-Tools/radeon_gpu_analyzer
/ IsDefined
Method
IsDefined
external/yaml-cpp/include/yaml-cpp/node/impl.h:62–67 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
60
}
61
62
inline bool Node::IsDefined() const {
63
if (!m_isValid) {
64
return false;
65
}
66
return m_pNode ? m_pNode->is_defined() : true;
67
}
68
69
inline Mark Node::Mark() const {
70
if (!m_isValid) {
Callers
5
GetHardwareStageProperty
Function · 0.80
GetHardwareStageString
Function · 0.80
ExtractKernelNames
Method · 0.80
ParseCodePropsItem
Function · 0.80
ParseCodeProps
Function · 0.80
Calls
1
is_defined
Method · 0.45
Tested by
no test coverage detected