Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ getLanguages
Method
getLanguages
app/src/processing/app/Language.java:242–244 ·
view source on GitHub ↗
Get all available languages
()
Source
from the content-addressed store, hash-verified
240
241
/** Get all available languages */
242
static
public
Map<String, String> getLanguages() {
243
return
init().languages;
244
}
245
246
247
/*
Callers
1
PreferencesFrame
Method · 0.95
Calls
1
init
Method · 0.95
Tested by
no test coverage detected