MCPcopy Create free account
hub / github.com/Lumon-Industries/Macrodata-Refinement / updateProgress

Method updateProgress

macrodata.js:48–55  ·  view source on GitHub ↗
(bins)

Source from the content-addressed store, hash-verified

46 }
47
48 updateProgress(bins) {
49 const updatedFile = {
50 fileName: this.fileName,
51 storedBins: bins,
52 coordinates: this.coordinates
53 }
54 localStorage.setItem(this.localStorageKey, JSON.stringify(updatedFile));
55 }
56
57 resetFile() {
58 localStorage.removeItem(this.localStorageKey);

Callers 1

drawFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected