MCPcopy 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
87NodeId FileContent::getRootNode() const {
88 return m_objects.empty() ? InvalidNodeId : m_objects[1].m_sibling;
89}
90
91PathId FileContent::getFileId(NodeId id) const {
92 return m_objects[id].m_fileId;

Callers 7

SLgetRootNodeFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
addBuiltinClassesMethod · 0.45
createFastLookupMethod · 0.45
parseConfigDefinitionMethod · 0.45

Calls

no outgoing calls

Tested by 3

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36