Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ setPreprocOffset
Method
setPreprocOffset
app/src/processing/app/SketchCode.java:207–209 ·
view source on GitHub ↗
(int preprocOffset)
Source
from the content-addressed store, hash-verified
205
206
207
public
void
setPreprocOffset(
int
preprocOffset) {
208
this.preprocOffset = preprocOffset;
209
}
210
211
212
public
int
getPreprocOffset() {
Callers
1
preprocess
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected