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

Method addNamedObject

src/Design/DesignComponent.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75void DesignComponent::addNamedObject(std::string_view name, FileCNodeId object,
76 DesignComponent* def) {
77 m_namedObjects.emplace(name, std::make_pair(object, def));
78}
79
80const std::pair<FileCNodeId, DesignComponent*>* DesignComponent::getNamedObject(
81 std::string_view name) const {

Callers 6

collectObjects_Method · 0.80
importPackageMethod · 0.80
collectModuleObjects_Method · 0.80
collectObjects_Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected