MCPcopy Create free account
hub / github.com/Norbyte/ositools / OnDeleteAllData

Method OnDeleteAllData

OsiInterface/OsirisProxy.cpp:267–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267void OsirisProxy::OnDeleteAllData(void * Osiris, bool DeleteTypes)
268{
269#if !defined(OSI_NO_DEBUGGER)
270 if (debugger_) {
271 Debug("OsirisProxy::OnDeleteAllData()");
272 debugger_->DeleteAllDataHook();
273 debugger_.reset();
274 }
275#endif
276}
277
278void OsirisProxy::OnError(char const * Message)
279{

Callers

nothing calls this directly

Calls 2

DebugFunction · 0.85
DeleteAllDataHookMethod · 0.80

Tested by

no test coverage detected