Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/demoth/jake2
/ ClearLink
Method
ClearLink
server/src/main/java/jake2/server/SV_WORLD.java:57–59 ·
view source on GitHub ↗
(link_t l)
Source
from the content-addressed store, hash-verified
55
56
// ClearLink is used for new headnodes
57
private
static
void
ClearLink(link_t l) {
58
l.prev = l.next = l;
59
}
60
61
private
static
void
RemoveLink(link_t l) {
62
l.next.prev = l.prev;
Callers
1
SV_CreateAreaNode
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected