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

Function getTag

src/tag.cpp:84–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82
83
84std::string getTag(int tagId) {
85 assert(0 <= tagId && tagId < (int) tagAliases.size());
86 return tagAliases[tagId][0];
87}
88
89
90} // namespace tag

Callers 5

appendContextMenuMethod · 0.85
modelDbInitFunction · 0.85
createTooltipMethod · 0.85
onActionMethod · 0.85
stepMethod · 0.85

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected