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

Function getOptionName

userscripts.js:209–211  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

207 },
208 // 获取 option value
209 getOptionName(model) {
210 return this[model][this.getOption(model)];
211 },
212 getCustomOption(model) {
213 return GM_getValue("model_" + model) || '';
214 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected