Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ isExtension
Method
isExtension
app/src/processing/app/SketchCode.java:159–161 ·
view source on GitHub ↗
(String what)
Source
from the content-addressed store, hash-verified
157
158
159
public
boolean isExtension(String what) {
160
return
extension.equals(what);
161
}
162
163
164
/** get the current text
for
this tab */
Callers
9
preprocess
Method · 0.95
findErrorFile
Method · 0.95
placeException
Method · 0.95
javaToSketchLine
Method · 0.95
sketchToJavaLine
Method · 0.95
handleRenameCode
Method · 0.80
downloadImports
Method · 0.80
vmStartEvent
Method · 0.80
preprocessSketch
Method · 0.80
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected