Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ getenv
Method
getenv
app/src/processing/app/Platform.java:399–401 ·
view source on GitHub ↗
(String variable)
Source
from the content-addressed store, hash-verified
397
398
399
static
public
String getenv(String variable) {
400
return
inst.getenv(variable);
401
}
402
403
404
static
public
int
unsetenv(String variable) {
Callers
1
UTCompiler
Method · 0.95
Calls
1
getenv
Method · 0.65
Tested by
1
UTCompiler
Method · 0.76