MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / ConfigStorage

Function ConfigStorage

plugins/UiConfig/media/js/all.js:1283–1289  ·  view source on GitHub ↗
(config)

Source from the content-addressed store, hash-verified

1281 extend(ConfigStorage, superClass);
1282
1283 function ConfigStorage(config) {
1284 this.config = config;
1285 this.createSection = bind(this.createSection, this);
1286 this.items = [];
1287 this.createSections();
1288 this.setValues(this.config);
1289 }
1290
1291 ConfigStorage.prototype.setValues = function(values) {
1292 var i, item, len, ref, results, section;

Callers

nothing calls this directly

Calls 1

bindFunction · 0.70

Tested by

no test coverage detected