Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/arduino/Arduino
/ get
Method
get
app/src/processing/app/Theme.java:387–389 ·
view source on GitHub ↗
(String attribute)
Source
from the content-addressed store, hash-verified
385
}
386
387
static
public
String get(String attribute) {
388
return
table.get(attribute);
389
}
390
391
static
public
String getDefault(String attribute) {
392
return
defaults.get(attribute);
Callers
4
getInteger
Method · 0.95
getColorCycleColor
Method · 0.95
getColor
Method · 0.95
getStyledFont
Method · 0.95
Calls
1
get
Method · 0.65
Tested by
no test coverage detected