Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ pop_back
Method
pop_back
sdk/tests/test_feature/source/test_arrayobject.cpp:56–59 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
b[length++] = v;
55
}
56
int pop_back()
57
{
58
return buffer[--length];
59
}
60
int &operator[](int i)
61
{
62
return buffer[i];
Callers
10
GetControllerScript
Method · 0.45
PrepareContextFromPool
Method · 0.45
RequestContextCallback
Function · 0.45
AddContext
Method · 0.45
ProcessScriptSection
Method · 0.45
PopBack
Function · 0.45
operator+
Function · 0.45
GetStringConstant
Method · 0.45
StringDefaultFactory
Function · 0.45
StringCopyFactory
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected