MCPcopy 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

PlatformClass · 0.45
isMacOSMethod · 0.45
isWindowsMethod · 0.45
isLinuxMethod · 0.45
getContentFileMethod · 0.45
getJavaHomeMethod · 0.45
readSettingsMethod · 0.45
packageListFromZipMethod · 0.45
listMethod · 0.45
getFontMethod · 0.45
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected