MCPcopy Create free account
hub / github.com/Simple-XX/SimpleKernel / ~InterruptBase

Method ~InterruptBase

src/include/interrupt_base.h:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 auto operator=(const InterruptBase&) -> InterruptBase& = delete;
40 auto operator=(InterruptBase&&) -> InterruptBase& = delete;
41 virtual ~InterruptBase() = default;
42 /// @}
43
44 /**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected