MCPcopy Index your code
hub / github.com/benfry/processing4 / Record

Method Record

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

Source from the content-addressed store, hash-verified

279 String path; // if not loaded, this is non-null
280
281 Record(String path) {
282 this.path = path;
283 }
284
285 Record(Editor editor) {
286 this(editor.getSketch().getMainPath());

Callers

nothing calls this directly

Calls 2

getMainPathMethod · 0.80
getSketchMethod · 0.80

Tested by

no test coverage detected