Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GENIVI/CANdevStudio
/ nPorts
Method
nPorts
src/components/canload/canloadmodel.cpp:39–42 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
unsigned int CanLoadModel::nPorts(PortType portType) const
40
{
41
return portMappings.at(portType).size();
42
}
43
44
NodeDataType CanLoadModel::dataType(PortType portType, PortIndex ndx) const
45
{
Callers
1
canloadmodel_test.cpp
File · 0.45
Calls
1
size
Method · 0.80
Tested by
no test coverage detected