Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ assign
Method
assign
src/common/classes/stack.h:712–722 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
710
}
711
712
void assign(Stack<Object, Capacity>& v)
713
{
714
delete stk;
715
stk = v.stk ? v.stk->dup(getPool()) : 0;
716
717
if (stk)
718
{
719
delete stk_cache;
720
stk_cache = 0;
721
}
722
}
723
724
void clear()
725
{
Callers
nothing calls this directly
Calls
1
dup
Method · 0.80
Tested by
no test coverage detected