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

Method getMajor

include/string.hpp:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 bool operator<(const Version& other);
182
183 std::string getMajor() const {
184 return get(parts, 0, "");
185 }
186 std::string getMinor() const {
187 return get(parts, 1, "");
188 }

Callers

nothing calls this directly

Calls 1

getFunction · 0.85

Tested by

no test coverage detected