(func)
| 140 | } |
| 141 | |
| 142 | function formatFunction(func) { |
| 143 | let funcOutput = `[ Function: ${func.name} ]`; |
| 144 | return funcOutput; |
| 145 | } |
| 146 | |
| 147 | function formatSymbol(sym) { |
| 148 | // Try to format Symbols in the same way that they would be constructed. |
no outgoing calls
no test coverage detected