Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ isNoteK
Function
isNoteK
Rewrite-Parser.js:1970–1972 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
1968
1969
//判断是否被注释
1970
function
isNoteK(x) {
1971
return
/^#/.test(x) ?
'#'
:
''
1972
}
1973
1974
//获取当前内容的注释
1975
function
getMark(index, obj) {
Callers
5
Rewrite-Parser.js
File · 0.70
rw_reject
Function · 0.70
rw_redirect
Function · 0.70
getQxReInfo
Function · 0.70
getMockInfo
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected