MCPcopy Index your code
hub / github.com/processing/processing / Record

Method Record

app/src/processing/app/ui/Recent.java:366–368  ·  view source on GitHub ↗
(String path)

Source from the content-addressed store, hash-verified

364// }
365
366 Record(String path) {
367 this.path = path;
368 }
369
370// Record(Editor editor, Sketch sketch) {
371// this.editor = editor;

Callers

nothing calls this directly

Calls 2

getMainFilePathMethod · 0.80
getSketchMethod · 0.80

Tested by

no test coverage detected