()
| 451 | function cleanEdge() { return cleanOutput('output-edge'); } |
| 452 | function copyEdge() { return copyAssets('output-edge/apps'); } |
| 453 | function cssEdge() { return processCss('output-edge/apps'); } |
| 454 | function jsEdge() { return processJs('output-edge/apps'); } |
| 455 | function htmlEdge() { return processHtml('output-edge/apps'); } |
| 456 | function jsonEdge() { return processJson('output-edge/apps'); } |
nothing calls this directly
no test coverage detected