(x:number, y:string)
| 3100 | }; |
| 3101 | meta.time = (function dom_event_execute_app_renderOutput_proctime() { |
| 3102 | const plural = function dom_event_execute_app_renderOutput_proctime_plural(x:number, y:string):string { |
| 3103 | let a = x + y; |
| 3104 | if (x !== 1) { |
| 3105 | a = `${a}s`; |
| 3106 | } |
| 3107 | if (y !== " second") { |
| 3108 | a = `${a} `; |
| 3109 | } |
| 3110 | return a; |
| 3111 | }, |
| 3112 | minute = function dom_event_execute_app_renderOutput_proctime_minute():void { |
| 3113 | minutes = elapsed / 60; |
| 3114 | minuteString = plural(minutes, " minute"); |
no outgoing calls
no test coverage detected