Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getSize
Method
getSize
include/midi.hpp:28–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
Message() : bytes(3) {}
27
28
int getSize() const {
29
return bytes.size();
30
}
31
void setSize(int size) {
32
bytes.resize(size);
33
}
Callers
nothing calls this directly
Calls
1
size
Method · 0.45
Tested by
no test coverage detected