Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ str
Method
str
Sming/Core/Data/CStringArray.h:337–344 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
}
336
337
const char* str() const
338
{
339
if(mArray == nullptr) {
340
return
""
;
341
}
342
343
return mArray->c_str() + mOffset;
344
}
345
346
const char* operator*() const
347
{
Callers
1
UnPackTo
Method · 0.80
Calls
1
c_str
Method · 0.45
Tested by
no test coverage detected