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

Method getNumOutputs

include/engine/Module.hpp:281–283  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

279 return inputs[index];
280 }
281 int getNumOutputs() {
282 return outputs.size();
283 }
284 Output& getOutput(int index) {
285 return outputs[index];
286 }

Callers

nothing calls this directly

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected