(scr)
| 5216 | } |
| 5217 | |
| 5218 | function getScreenFnName(scr) { |
| 5219 | return (scr.fnName && scr.fnName.trim().length) |
| 5220 | ? scr.fnName.trim() |
| 5221 | : "draw" + scr.name.replace(/\s+/g, ""); |
| 5222 | } |
| 5223 | |
| 5224 | function generateTFTCode() { |
| 5225 | let code = ""; |
no outgoing calls
no test coverage detected