MCPcopy 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

UTCompilerMethod · 0.95

Calls 1

getenvMethod · 0.65

Tested by 1

UTCompilerMethod · 0.76