Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ getPrev
Method
getPrev
src/main/java/net/optifine/render/VboRange.java:41–45 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
39
}
40
41
public
VboRange getPrev()
42
{
43
LinkedList.Node<VboRange> node = this.node.getPrev();
44
return
node == null ? null : (VboRange)node.getItem();
45
}
46
47
public
VboRange getNext()
48
{
Callers
2
compactRanges
Method · 0.95
checkRanges
Method · 0.95
Calls
1
getItem
Method · 0.45
Tested by
no test coverage detected