MCPcopy Index your code
hub / github.com/beanshell/beanshell / error

Method error

src/bsh/util/AWTConsole.java:277–279  ·  view source on GitHub ↗
( Object o )

Source from the content-addressed store, hash-verified

275 }
276
277 public void error( Object o ) {
278 print( o, Color.red );
279 }
280
281 // No color
282 public void print( Object o, Color c ) {

Callers

nothing calls this directly

Calls 1

printMethod · 0.95

Tested by

no test coverage detected