Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ hasDataFolder
Method
hasDataFolder
app/src/processing/app/Sketch.java:1623–1625 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1621
1622
1623
public
boolean hasDataFolder() {
1624
return
dataFolder.exists();
1625
}
1626
1627
1628
/**
Callers
2
exportApplication
Method · 0.80
addDataFolder
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected