MCPcopy 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//判断是否被注释
1970function isNoteK(x) {
1971 return /^#/.test(x) ? '#' : ''
1972}
1973
1974//获取当前内容的注释
1975function getMark(index, obj) {

Callers 5

Rewrite-Parser.jsFile · 0.70
rw_rejectFunction · 0.70
rw_redirectFunction · 0.70
getQxReInfoFunction · 0.70
getMockInfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected