* Marks this file as having changed. This should be called after changing * the fileItems contained in this instance. * @returns {JSONFile}
()
| 85 | * @returns {JSONFile} |
| 86 | */ |
| 87 | changed() { |
| 88 | this.hasChanged = true; |
| 89 | return this; |
| 90 | } |
| 91 | |
| 92 | /** |
| 93 | * Saves any fileItem changes to disk. |
no outgoing calls
no test coverage detected