MCPcopy 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//判断是否被注释
2013function isNoteK(x) {
2014 return /^#/.test(x) ? '#' : ''
2015}
2016
2017//获取当前内容的注释
2018function getMark(index, obj) {

Callers 5

rw_rejectFunction · 0.70
rw_redirectFunction · 0.70
getQxReInfoFunction · 0.70
getMockInfoFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected