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

Method sent_path_request

src/microReticulum/Interface.h:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 inline void detach() const { assert(_impl); _impl->detach(); }
281 inline void sent_announce() const { assert(_impl); _impl->sent_announce(); }
282 inline void sent_path_request() const { assert(_impl); _impl->sent_path_request(); }
283 inline bool is_connected_to_shared_instance() const { assert(_impl); return _impl->_is_connected_to_shared_instance; }
284 inline bool is_local_shared_instance() const { assert(_impl); return _impl->_is_local_shared_instance; }
285 inline HInterface parent_interface() const { assert(_impl); return _impl->_parent_interface; }

Callers 1

outboundMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected