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

Method insertDataType

src/Design/DesignComponent.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void DesignComponent::insertDataType(std::string_view dataTypeName,
104 DataType* dataType) {
105 m_dataTypes.emplace(dataTypeName, dataType);
106}
107
108const DataType* DesignComponent::getDataType(std::string_view name) const {
109 DataTypeMap::const_iterator itr = m_dataTypes.find(name);

Callers 2

importPackageMethod · 0.80
compileTypeDefMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected