Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ popProgram
Method
popProgram
src/main/java/net/optifine/shaders/Shaders.java:5451–5455 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5449
}
5450
5451
public
static
void
popProgram()
5452
{
5453
Program program = programStack.pop();
5454
useProgram(program);
5455
}
5456
5457
public
static
void
beginLeash()
5458
{
Callers
1
endLeash
Method · 0.95
Calls
2
useProgram
Method · 0.95
pop
Method · 0.80
Tested by
no test coverage detected