MCPcopy Create free account
hub / github.com/Bistutu/FluentRead / getValue

Function getValue

userscripts.js:295–297  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

293}
294const util = {
295 getValue(name) {
296 return GM_getValue(name, '');
297 },
298 setValue(name, value) {
299 GM_setValue(name, value);
300 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected