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