MCPcopy
hub / github.com/arduino/Arduino / setStorage

Method setStorage

arduino-core/src/processing/app/SketchFile.java:107–109  ·  view source on GitHub ↗

Set an in-memory storage for this file's text, that will be queried on compile, save, and whenever the text is needed. null can be passed to detach any attached storage.

(TextStorage text)

Source from the content-addressed store, hash-verified

105 * passed to detach any attached storage.
106 */
107 public void setStorage(TextStorage text) {
108 this.storage = text;
109 }
110
111
112 public File getFile() {

Callers 2

EditorTabMethod · 0.80
applyPreferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected