Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bbidulock/icewm
/ getString
Method
getString
src/yarray.h:338–340 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
336
}
337
338
const char *getString(const SizeType index) const {
339
return *getItemPtr(index);
340
}
341
const char *operator[](const SizeType index) const {
342
return getString(index);
343
}
Callers
2
YStringArray
Method · 0.80
RProgram
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected