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

Method Version

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

Source from the content-addressed store, hash-verified

174 std::vector<std::string> parts;
175
176 Version() {}
177 Version(const std::string& s);
178 Version(const char* s) : Version(std::string(s)) {}
179 operator std::string() const;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected