Interface SavedHooks


  • public interface SavedHooks
    Remembers the previous hooks overridden by the debug function and allows restoring them via the restore() method call.
    Since:
    0.17.4
    • Method Detail

      • restore

        void restore()
        Restore the previous set of hooks.