MCPcopy Index your code
hub / github.com/Yantesoft/LinuxdoAssistant / getTopicFirstMode

Function getTopicFirstMode

linuxdo-helper.user.js:281–283  ·  view source on GitHub ↗

* 获取话题优先模式状态 * @returns {boolean} 是否启用话题优先

()

Source from the content-addressed store, hash-verified

279 * @returns {boolean} 是否启用话题优先
280 */
281 function getTopicFirstMode() {
282 return GM_getValue(STORAGE_KEYS.topicFirstMode, false);
283 }
284
285 /**
286 * 保存话题优先模式状态

Callers 3

scrollCommentFunction · 0.85
doScrollFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected