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

Function getOriginUserMsg

userscripts.js:905–908  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

903 GM_setValue('userMsg', this.user_pre + msg);
904 },
905 getOriginUserMsg() {
906 let userMsg = GM_getValue('userMsg', this.user_pre + this.user_post);
907 return userMsg.substring(userMsg.indexOf(',') + 2, userMsg.length);
908 },
909 getSystemMsg() {
910 return GM_getValue('systemMsg', this.system);
911 },

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected