Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/9miao/CrossApp
/ popBack
Function
popBack
scripting/javascript/spidermonkey-ios/include/jsapi.h:337–337 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
335
void infallibleAppend(const T &v) { vector.infallibleAppend(v); }
336
337
void popBack() { vector.popBack(); }
338
T popCopy() { return vector.popCopy(); }
339
340
bool growBy(size_t inc) {
Callers
2
erase
Method · 0.50
popCopy
Method · 0.50
Calls
1
popBack
Method · 0.45
Tested by
no test coverage detected