MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / dup

Method dup

src/common/classes/stack.h:92–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 Entry* dup(MemoryPool& p)
93 {
94 Entry* rc = FB_NEW_POOL(p) Entry(next ? next->dup(p) : 0);
95 rc->join(*this);
96 return rc;
97 }
98
99 bool hasMore(FB_SIZE_T value) const
100 {

Callers 1

assignMethod · 0.80

Calls 2

EntryClass · 0.70
joinMethod · 0.45

Tested by

no test coverage detected