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

Method save

grunt/helpers/data/Language.js:295–299  ·  view source on GitHub ↗

@returns {Language}

()

Source from the content-addressed store, hash-verified

293
294 /** @returns {Language} */
295 save() {
296 this.files.forEach(file => file.save());
297 this.load();
298 return this;
299 }
300
301}
302

Callers 2

addTrackingIdsMethod · 0.95
removeTrackingIdsMethod · 0.95

Calls 1

loadMethod · 0.95

Tested by

no test coverage detected