Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/arduino/Arduino
/ getReference
Method
getReference
app/src/processing/app/syntax/PdeKeywords.java:182–184 ·
view source on GitHub ↗
(String keyword)
Source
from the content-addressed store, hash-verified
180
}
181
182
public
String getReference(String keyword) {
183
return
keywordToReference.get(keyword);
184
}
185
186
public
String getTokenTypeAsString(String keyword) {
187
return
keywordTokenTypeAsString.get(keyword);
Callers
3
testKeywordsTxtParsing
Method · 0.95
popupMenuWillBecomeVisible
Method · 0.80
handleFindReference
Method · 0.80
Calls
1
get
Method · 0.65
Tested by
1
testKeywordsTxtParsing
Method · 0.76