MCPcopy Create free account
hub / github.com/adaptlearning/adapt_framework / save

Method save

grunt/helpers/Data.js:179–183  ·  view source on GitHub ↗

@returns {Data}

()

Source from the content-addressed store, hash-verified

177
178 /** @returns {Data} */
179 save() {
180 this.configFile.save();
181 this.languages.forEach(language => language.save());
182 return this;
183 }
184
185}
186

Callers 3

applyGlobalsDefaultsMethod · 0.45
importMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected