Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SmingHub/Sming
/ back
Method
back
Sming/Core/Data/CStringArray.cpp:120–127 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
118
}
119
120
const char* CStringArray::back() const
121
{
122
size_t len = length();
123
if(len == 0) {
124
return nullptr;
125
}
126
return cbuffer() + lastIndexOf(
'\0'
, len - 2) + 1;
127
}
128
129
String CStringArray::popBack()
130
{
Callers
1
execute
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected