(name: string)
| 467 | }; |
| 468 | |
| 469 | function mapSymbol(name: string): string { |
| 470 | return SYMBOL_MAP[name] ?? name; |
| 471 | } |
| 472 | |
| 473 | function mapCall(wlHead: string, args: Json[]): Json { |
| 474 | // WL Log[x] is the natural log; Log[b, x] is log base b. |
no outgoing calls
no test coverage detected