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

Function getUserMsg

userscripts.js:912–915  ·  view source on GitHub ↗
(origin)

Source from the content-addressed store, hash-verified

910 return GM_getValue('systemMsg', this.system);
911 },
912 getUserMsg(origin) {
913 let userMsg = GM_getValue('userMsg', this.user_pre + this.user_post);
914 return userMsg.replace('{{origin}}', origin).replace('{{to}}', langManager.getTo());
915 }
916}
917
918function translate(node) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected