Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ Entry
Method
Entry
src/common/classes/stack.h:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
Entry* next;
47
48
Entry(Object e, Entry* stk)
49
: inherited(), next(stk)
50
{
51
this->add(e);
52
}
53
54
Entry(Entry* stk) : inherited(), next(stk) { }
55
Callers
nothing calls this directly
Calls
1
add
Method · 0.45
Tested by
no test coverage detected