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

Method getOutputInfo

include/engine/Module.hpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297 return inputInfos[index];
298 }
299 PortInfo* getOutputInfo(int index) {
300 return outputInfos[index];
301 }
302 LightInfo* getLightInfo(int index) {
303 return lightInfos[index];
304 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected