MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / getPrograms

Method getPrograms

src/main/java/net/optifine/shaders/Programs.java:123–127  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

121 }
122
123 public Program[] getPrograms()
124 {
125 Program[] aprogram = (Program[])((Program[])this.programs.toArray(new Program[this.programs.size()]));
126 return aprogram;
127 }
128
129 public Program[] getPrograms(Program programFrom, Program programTo)
130 {

Callers 1

ShadersClass · 0.80

Calls 4

getMethod · 0.65
toArrayMethod · 0.45
sizeMethod · 0.45
getIndexMethod · 0.45

Tested by

no test coverage detected