MCPcopy Index your code
hub / github.com/processing/processing / lookupReference

Method lookupReference

app/src/processing/app/Mode.java:782–784  ·  view source on GitHub ↗

Returns the HTML filename (including path prefix if necessary) for this keyword, or null if it doesn't exist.

(String keyword)

Source from the content-addressed store, hash-verified

780 * for this keyword, or null if it doesn't exist.
781 */
782 public String lookupReference(String keyword) {
783 return keywordToReference.get(keyword);
784 }
785
786
787 /**

Callers 1

referenceCheckMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected