(value)
| 426 | } |
| 427 | |
| 428 | function cloneJson(value) { |
| 429 | return JSON.parse(JSON.stringify(value)); |
| 430 | } |
| 431 | |
| 432 | function getTemplatePackOrThrow(packId) { |
| 433 | const id = safeString(packId, DEFAULT_TEMPLATE_PACK); |
no outgoing calls
no test coverage detected