Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/processing/processing
/ showReference
Method
showReference
app/src/processing/app/ui/Editor.java:1263–1266 ·
view source on GitHub ↗
(String filename)
Source
from the content-addressed store, hash-verified
1261
1262
1263
public
void
showReference(String filename) {
1264
File file =
new
File(mode.getReferenceFolder(), filename);
1265
showReferenceFile(file);
1266
}
1267
1268
1269
/**
Callers
2
handleFindReference
Method · 0.95
actionPerformed
Method · 0.80
Calls
2
showReferenceFile
Method · 0.95
getReferenceFolder
Method · 0.80
Tested by
no test coverage detected