MCPcopy 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
611Version::Version(const std::string& s) {
612 parts = split(s, ".");
613}
614
615Version::operator std::string() const {
616 return join(parts, ".");

Callers

nothing calls this directly

Calls 1

splitFunction · 0.85

Tested by

no test coverage detected