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

Function setFromTo

userscripts.js:364–367  ·  view source on GitHub ↗
(from, to)

Source from the content-addressed store, hash-verified

362 },
363 // set
364 setFromTo(from, to) {
365 GM_setValue('from', from);
366 GM_setValue('to', to);
367 },
368 getFrom() {
369 return GM_getValue('from', 'auto')
370 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected