MCPcopy Index your code
hub / github.com/benfry/processing4 / index

Method index

core/src/processing/data/StringDict.java:420–423  ·  view source on GitHub ↗
(String what)

Source from the content-addressed store, hash-verified

418
419
420 public int index(String what) {
421 Integer found = indices.get(what);
422 return (found == null) ? -1 : found.intValue();
423 }
424
425
426 /**

Callers 4

getMethod · 0.95
setMethod · 0.95
hasKeyMethod · 0.95
removeMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected