Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chipsalliance/Surelog
/ getRootNode
Method
getRootNode
src/Design/FileContent.cpp:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
NodeId FileContent::getRootNode() const {
88
return m_objects.empty() ? InvalidNodeId : m_objects[1].m_sibling;
89
}
90
91
PathId FileContent::getFileId(NodeId id) const {
92
return m_objects[id].m_fileId;
Callers
7
SLgetRootNode
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
addBuiltinClasses
Method · 0.45
createFastLookup
Method · 0.45
parseConfigDefinition
Method · 0.45
Calls
no outgoing calls
Tested by
3
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36