Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/benfry/processing4
/ setenv
Method
setenv
app/src/processing/app/Platform.java:562–564 ·
view source on GitHub ↗
(String variable, String value)
Source
from the content-addressed store, hash-verified
560
561
562
static
public
void
setenv(String variable, String value) {
563
inst.setenv(variable, value);
564
}
565
566
567
static
public
String getenv(String variable) {
Callers
nothing calls this directly
Calls
1
setenv
Method · 0.65
Tested by
no test coverage detected