(k, v)
| 25 | } |
| 26 | |
| 27 | set(k, v) { |
| 28 | this.store[k] = v; |
| 29 | } |
| 30 | |
| 31 | save() { |
| 32 | if (this.mod && this.mod !== this.getMod()) return; // File was last modified after Settings was made, so was externally edited therefore we don't save over |
no outgoing calls
no test coverage detected