Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getName
Method
getName
src/engine/PortInfo.cpp:9–13 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
8
9
std::string PortInfo::getName() {
10
if (name ==
""
)
11
return string::f(
"#%d"
, portId + 1);
12
return name;
13
}
14
15
16
std::string PortInfo::getFullName() {
Callers
7
appendMidiDriverMenu
Function · 0.45
step
Method · 0.45
step
Method · 0.45
step
Method · 0.45
createContextMenu
Method · 0.45
appendAudioDriverMenu
Function · 0.45
step
Method · 0.45
Calls
1
f
Function · 0.50
Tested by
no test coverage detected