Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VCVRack/Rack
/ getMinor
Method
getMinor
include/string.hpp:186–188 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
184
return get(parts, 0,
""
);
185
}
186
std::string getMinor() const {
187
return get(parts, 1,
""
);
188
}
189
std::string getRevision() const {
190
return get(parts, 2,
""
);
191
}
Callers
nothing calls this directly
Calls
1
get
Function · 0.85
Tested by
no test coverage detected