MCPcopy Create free account
hub / github.com/Nic30/hdlConvertor / HdlModuleDec

Method HdlModuleDec

src/hdlAst/hdlModuleDec.cpp:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace hdlAst {
6
7HdlModuleDec::HdlModuleDec() :
8 WithNameAndDoc() {
9}
10HdlIdDef* HdlModuleDec::getPortByName(const std::string &name) {
11 for (auto & p : ports) {
12 if (p->name == name)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected