(str)
| 2143 | } |
| 2144 | |
| 2145 | function isJsonObjectArgument(str) { |
| 2146 | return !!unwrapJsonArgument(str) |
| 2147 | } |
| 2148 | |
| 2149 | function formatLoonJsonArgument(str, renameMap = argumentKeyRenameMap) { |
| 2150 | const objectBody = unwrapJsonArgument(str, 'loon-plugin') |
no test coverage detected