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

Method getName

src/Design/FileContent.cpp:72–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72std::string_view FileContent::getName() const {
73 return FileSystem::getInstance()->toPath(m_fileId);
74}
75
76std::string_view FileContent::SymName(NodeId index) const {
77 if (index >= m_objects.size()) {

Callers 1

printObjectsMethod · 0.45

Calls 1

toPathMethod · 0.80

Tested by

no test coverage detected