Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
72
std::string_view FileContent::getName() const {
73
return FileSystem::getInstance()->toPath(m_fileId);
74
}
75
76
std::string_view FileContent::SymName(NodeId index) const {
77
if (index >= m_objects.size()) {
Callers
1
printObjects
Method · 0.45
Calls
1
toPath
Method · 0.80
Tested by
no test coverage detected