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

Method internalAppend

src/jrd/Mapping.cpp:135–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 }
134
135 void internalAppend(ClumpletReader& w)
136 {
137 while (!isEof())
138 {
139 moveNext();
140 }
141
142 for(w.rewind(); !w.isEof(); w.moveNext())
143 {
144 SingleClumplet sc = w.getClumplet();
145 sc.tag = sequence++;
146 insertClumplet(sc);
147 moveNext();
148 }
149 }
150
151 unsigned char sequence;
152};

Callers

nothing calls this directly

Calls 4

getClumpletMethod · 0.80
rewindMethod · 0.45
isEofMethod · 0.45
moveNextMethod · 0.45

Tested by

no test coverage detected