Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ contains
Method
contains
app/src/processing/app/ui/EditorHeader.java:503–505 ·
view source on GitHub ↗
(int x)
Source
from the content-addressed store, hash-verified
501
}
502
503
boolean contains(
int
x) {
504
return
x >= left && x <= right;
505
}
506
507
// sort by the last time visited
508
public
int
compareTo(Tab other) {
Callers
15
Platform
Class · 0.45
isMacOS
Method · 0.45
isWindows
Method · 0.45
isLinux
Method · 0.45
getContentFile
Method · 0.45
getJavaHome
Method · 0.45
restartJavaApplication
Method · 0.45
readSettings
Method · 0.45
packageListFromZip
Method · 0.45
list
Method · 0.45
getFont
Method · 0.45
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected