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

Function getHnValue

Rewrite-Parser.beta.js:2276–2278  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

2274}
2275
2276function getHnValue(item) {
2277 return typeof item == 'object' && item !== null ? item.value : item
2278}
2279
2280function getHnToggleKey(item) {
2281 return typeof item == 'object' && item !== null ? item.toggleKey : ''

Callers 2

pieceHnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected