MCPcopy Create free account
hub / github.com/dajie111/nodeseek-userscript / addLog

Method addLog

Clockin.js:248–252  ·  view source on GitHub ↗
(message)

Source from the content-addressed store, hash-verified

246
247 // 添加操作日志
248 addLog(message) {
249 if (typeof window.addLog === 'function') {
250 window.addLog(message);
251 }
252 }
253 }
254
255 // 启动系统

Callers 15

performSignInMethod · 0.95
createFilterUIFunction · 0.45
addKeywordActionFunction · 0.45
doFilterFunction · 0.45
removeCustomKeywordFunction · 0.45
removeWhitelistUserFunction · 0.45
removeHighlightKeywordFunction · 0.45
addHighlightPostActionFunction · 0.45
createFilterUIFunction · 0.45
addKeywordActionFunction · 0.45
addWhitelistUserActionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected