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

Method restore

sql/sql_plugin.h:89–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87 void save(void **p) { ptr= p; value= *p; }
88 void save(const char **p) { save((void**)p); }
89 void restore() { *ptr= value; }
90};
91
92/* A handle for the dynamic library containing a plugin or plugins. */

Callers 1

restore_ptr_backupFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected