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

Method resetFile

macrodata.js:57–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55 }
56
57 resetFile() {
58 localStorage.removeItem(this.localStorageKey);
59 const file = this.assignFile();
60 this.fileName = file.fileName;
61 this.storedBins = file.storedBins;
62 this.coordinates = file.coordinates;
63 }
64
65 // private member fn to pick coordinates
66 #generateCoordinates() {

Callers 1

startOverFunction · 0.80

Calls 1

assignFileMethod · 0.95

Tested by

no test coverage detected