Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ clearNotice
Method
clearNotice
app/src/processing/app/ui/Editor.java:2458–2462 ·
view source on GitHub ↗
(String msg)
Source
from the content-addressed store, hash-verified
2456
2457
2458
public
void
clearNotice(String msg) {
2459
if
(status.message.equals(msg)) {
2460
statusEmpty();
2461
}
2462
}
2463
2464
2465
/**
Callers
1
mouseExited
Method · 0.80
Calls
2
statusEmpty
Method · 0.95
equals
Method · 0.45
Tested by
no test coverage detected