MCPcopy Create free account
hub / github.com/Script-Hub-Org/Script-Hub / pieceHn

Function pieceHn

Rewrite-Parser.js:2137–2141  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

2135}
2136
2137function pieceHn(arr) {
2138 if (!isStashiOS && arr.length > 0) return arr.join(', ')
2139 else if (isStashiOS && arr.length > 0) return arr.join(`"\n - "`)
2140 else return []
2141}
2142
2143//查binary
2144async function isBinaryMode(url, name) {

Callers 1

Rewrite-Parser.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected