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

Function getHnToggleKey

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

Source from the content-addressed store, hash-verified

2278}
2279
2280function getHnToggleKey(item) {
2281 return typeof item == 'object' && item !== null ? item.toggleKey : ''
2282}
2283
2284function normalizeTemplateValue(value, targetApp) {
2285 if (!value) return value

Callers 1

collectUsedArgumentKeysFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected