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

Function pieceHn

Rewrite-Parser.beta.js:2540–2545  ·  view source on GitHub ↗
(arr)

Source from the content-addressed store, hash-verified

2538}
2539
2540function pieceHn(arr) {
2541 arr = arr.map(item => getHnValue(item))
2542 if (!isStashiOS && arr.length > 0) return arr.join(', ')
2543 else if (isStashiOS && arr.length > 0) return arr.join(`"\n - "`)
2544 else return []
2545}
2546
2547//查binary
2548async function isBinaryMode(url, name) {

Callers 1

Calls 1

getHnValueFunction · 0.85

Tested by

no test coverage detected