MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / set

Function set

scripts/auto_lockWebsite.js:119–121  ·  view source on GitHub ↗
(pass)

Source from the content-addressed store, hash-verified

117 return Storage.get(this.storageKey);
118 },
119 set(pass) {
120 return Storage.set(this.storageKey, md5(pass));
121 },
122 remove() {
123 return Storage.remove(this.storageKey);
124 },

Callers

nothing calls this directly

Calls 1

md5Function · 0.90

Tested by

no test coverage detected