MCPcopy Create free account
hub / github.com/chipsalliance/Surelog / printObject

Method printObject

src/Design/FileContent.cpp:117–121  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115}
116
117std::string FileContent::printObject(NodeId nodeId) const {
118 if (!nodeId || (nodeId >= m_objects.size())) return "";
119 return m_objects[nodeId].print(m_symbolTable, nodeId,
120 GetDefinitionFile(nodeId), m_fileId);
121}
122
123std::string FileContent::printSubTree(NodeId nodeId) const {
124 if (!nodeId || (nodeId >= m_objects.size())) return "";

Callers 3

compileTypespecMethod · 0.80
compileExpressionMethod · 0.80
compileStmtMethod · 0.80

Calls 1

printMethod · 0.45

Tested by

no test coverage detected