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

Function getFrom

userscripts.js:368–370  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

366 GM_setValue('to', to);
367 },
368 getFrom() {
369 return GM_getValue('from', 'auto')
370 },
371 getTo() {
372 return GM_getValue('to', 'zh-Hans')
373 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected