MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / errorOnLine

Method errorOnLine

src/main/java/field/graphics/Shader.java:68–68  ·  view source on GitHub ↗
(int line, String error)

Source from the content-addressed store, hash-verified

66 public interface iErrorHandler {
67 public void beginError();
68
69 public void errorOnLine(int line, String error);
70
71 public void endError();

Callers 3

cleanMethod · 0.65
linkAndValidateNowMethod · 0.65

Implementers 2

GraphicsSupportsrc/main/java/fieldbox/boxes/plugins/G
Stagesrc/main/java/trace/graphics/Stage.kt

Calls

no outgoing calls

Tested by

no test coverage detected