MCPcopy Create free account
hub / github.com/MariaDB/server / Save

Method Save

storage/connect/array.cpp:633–636  ·  view source on GitHub ↗

/ ARRAY Save: save value at i (used while rordering). */ /

Source from the content-addressed store, hash-verified

631/* ARRAY Save: save value at i (used while rordering). */
632/***********************************************************************/
633void ARRAY::Save(int i)
634 {
635 Value->SetValue_pvblk(Vblp, i);
636 } // end of Save
637
638/***********************************************************************/
639/* ARRAY Restore: restore value to j (used while rordering). */

Callers 2

ReorderMethod · 0.45
SortMethod · 0.45

Calls 1

SetValue_pvblkMethod · 0.80

Tested by

no test coverage detected