MCPcopy Index your code
hub / github.com/adaptlearning/adapt_framework / changed

Method changed

grunt/helpers/lib/JSONFile.js:87–90  ·  view source on GitHub ↗

* Marks this file as having changed. This should be called after changing * the fileItems contained in this instance. * @returns {JSONFile}

()

Source from the content-addressed store, hash-verified

85 * @returns {JSONFile}
86 */
87 changed() {
88 this.hasChanged = true;
89 return this;
90 }
91
92 /**
93 * Saves any fileItem changes to disk.

Callers 5

applyGlobalsDefaultsMethod · 0.80
importMethod · 0.80
addTrackingIdsMethod · 0.80
removeTrackingIdsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected