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

Method remove_link

src/microReticulum/Destination.cpp:537–540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

535}
536
537void Destination::remove_link(const Link& link) {
538 assert(_object);
539 _object->_links.erase(link);
540}

Callers 1

link_closedMethod · 0.80

Calls 1

eraseMethod · 0.80

Tested by

no test coverage detected