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

Function quoteLoonInputValue

Rewrite-Parser.beta.js:2093–2096  ·  view source on GitHub ↗
(str)

Source from the content-addressed store, hash-verified

2091}
2092
2093function quoteLoonInputValue(str) {
2094 str = stripWrapQuote(`${str ?? ''}`.trim())
2095 return `"${str}"`
2096}
2097
2098function getSwitchDefault(value) {
2099 value = stripWrapQuote(`${value ?? ''}`.trim())

Callers 1

formatLoonArgumentValueFunction · 0.85

Calls 1

stripWrapQuoteFunction · 0.85

Tested by

no test coverage detected