Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
addTrackingIds
Method · 0.95
removeTrackingIds
Method · 0.95
Calls
1
load
Method · 0.95
Tested by
no test coverage detected