Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getDisplayPrecision
Method
getDisplayPrecision
src/Quantity.cpp:19–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
int Quantity::getDisplayPrecision() {
20
return 5;
21
}
22
23
std::string Quantity::getDisplayValueString() {
24
float v = getDisplayValue();
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected