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

Method insertFunction

src/Design/DesignComponent.cpp:167–169  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165}
166
167void DesignComponent::insertFunction(Function* p) {
168 m_functions.emplace(p->getName(), p);
169}
170
171Task* DesignComponent::getTask(std::string_view name) const {
172 TaskMap::const_iterator itr = m_tasks.find(name);

Callers 7

collectObjects_Method · 0.80
collectModuleObjects_Method · 0.80
compileMethod · 0.80
compile_class_method_Method · 0.80
collectObjects_Method · 0.80
addBuiltinTypesMethod · 0.80

Calls 1

getNameMethod · 0.45

Tested by

no test coverage detected