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

Method MoffObject

storage/connect/json.cpp:1894–1901  ·  view source on GitHub ↗

/ Replace all object pointers by offsets. */ /

Source from the content-addressed store, hash-verified

1892/* Replace all object pointers by offsets. */
1893/***********************************************************************/
1894size_t SWAP::MoffObject(PJOB jobp) {
1895 if (jobp->First) {
1896 jobp->First = (PJPR)MoffPair(jobp->First);
1897 jobp->Last = (PJPR)MakeOff(Base, jobp->Last);
1898 } // endif First
1899
1900 return MakeOff(Base, jobp);
1901} // end of MoffObject
1902
1903/***********************************************************************/
1904/* Replace all pair pointers by offsets. */

Callers

nothing calls this directly

Calls 1

MakeOffFunction · 0.85

Tested by

no test coverage detected