Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Script-Hub-Org/Script-Hub
/ isNoteK
Function
isNoteK
Rewrite-Parser.beta.js:2013–2015 ·
view source on GitHub ↗
(x)
Source
from the content-addressed store, hash-verified
2011
2012
//判断是否被注释
2013
function
isNoteK(x) {
2014
return
/^#/.test(x) ?
'#'
:
''
2015
}
2016
2017
//获取当前内容的注释
2018
function
getMark(index, obj) {
Callers
5
Rewrite-Parser.beta.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