Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
RemoteServerExecution
Class · 0.65
clean
Method · 0.65
linkAndValidateNow
Method · 0.65
Implementers
2
GraphicsSupport
src/main/java/fieldbox/boxes/plugins/G
Stage
src/main/java/trace/graphics/Stage.kt
Calls
no outgoing calls
Tested by
no test coverage detected