MCPcopy Index your code
hub / github.com/benfry/processing4 / getenv

Method getenv

app/src/processing/app/Platform.java:567–569  ·  view source on GitHub ↗
(String variable)

Source from the content-addressed store, hash-verified

565
566
567 static public String getenv(String variable) {
568 return inst.getenv(variable);
569 }
570
571
572 static public int unsetenv(String variable) {

Callers

nothing calls this directly

Calls 1

getenvMethod · 0.65

Tested by

no test coverage detected