MCPcopy Create free account
hub / github.com/VCVRack/Rack / getDriver

Method getDriver

src/audio.cpp:85–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83}
84
85Driver* Port::getDriver() {
86 return driver;
87}
88
89int Port::getDriverId() {
90 return driverId;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected