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

Function getOption

userscripts.js:201–203  ·  view source on GitHub ↗
(model)

Source from the content-addressed store, hash-verified

199 },
200 // 获取 option key
201 getOption(model) {
202 return GM_getValue("model_" + model) || '';
203 },
204 setOption(model, value) {
205 // LLM 才有 option 选项
206 if (LLM.has(model)) GM_setValue("model_" + model, value);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected