Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
537
void Destination::remove_link(const Link& link) {
538
assert(_object);
539
_object->_links.erase(link);
540
}
Callers
1
link_closed
Method · 0.80
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected