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

Function get

scripts/auto_lockWebsite.js:116–118  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 return (await Storage.get(this.storageKey)) != null;
115 },
116 get() {
117 return Storage.get(this.storageKey);
118 },
119 set(pass) {
120 return Storage.set(this.storageKey, md5(pass));
121 },

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected