MCPcopy Index your code
hub / github.com/processing/processing / getenv

Method getenv

app/src/processing/app/platform/DefaultPlatform.java:134–134  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

132 CLibrary INSTANCE = (CLibrary)Native.loadLibrary("c", CLibrary.class);
133 int setenv(String name, String value, int overwrite);
134 String getenv(String name);
135 int unsetenv(String name);
136 int putenv(String string);
137 }

Callers 5

getenvMethod · 0.95
shellMethod · 0.65
getenvMethod · 0.65
getHomeDirMethod · 0.65
getenvMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected