Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ Version
Method
Version
src/string.cpp:611–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
609
610
611
Version::Version(const std::string& s) {
612
parts = split(s,
"."
);
613
}
614
615
Version::operator std::string() const {
616
return join(parts,
"."
);
Callers
nothing calls this directly
Calls
1
split
Function · 0.85
Tested by
no test coverage detected