MCPcopy Create free account
hub / github.com/attermann/microReticulum / exit_handler

Method exit_handler

src/microReticulum/Transport.cpp:5450–5456  ·  view source on GitHub ↗

static*/

Source from the content-addressed store, hash-verified

5448*/
5449
5450/*static*/ void Transport::exit_handler() {
5451 TRACE("Transport::exit_handler()");
5452 if (!_owner.is_connected_to_shared_instance()) {
5453 persist_data();
5454 }
5455 detach_interfaces();
5456}
5457
5458/*p
5459

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected