MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / get

Method get

Source/Lua/JuceClasses/LString.h:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 LStringArray (const char *const *pointer, const int size) : StringArray (pointer, size) {}
23 LStringArray (const char *const *pointer) : StringArray (pointer) {}
24 String get(const int index)
25 {
26 return (StringArray::strings[index]);
27 }
28};
29
30#endif

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected