MCPcopy
hub / github.com/mayswind/AriaNg / setOptions

Function setOptions

src/scripts/services/ariaNgSettingService.js:146–148  ·  view source on GitHub ↗
(options)

Source from the content-addressed store, hash-verified

144 };
145
146 var setOptions = function (options) {
147 return ariaNgStorageService.set(ariaNgConstants.optionStorageKey, options);
148 };
149
150 var getOptions = function () {
151 var options = ariaNgStorageService.get(ariaNgConstants.optionStorageKey);

Callers 4

getOptionsFunction · 0.70
getOptionFunction · 0.70
setOptionFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected