(displayNatives = false)
| 432 | } |
| 433 | |
| 434 | function listScripts(displayNatives = false) { |
| 435 | print(formatScripts(displayNatives)); |
| 436 | } |
| 437 | listScripts[customInspectSymbol] = function listWithoutInternal() { |
| 438 | return formatScripts(); |
| 439 | }; |
nothing calls this directly
no test coverage detected
searching dependent graphs…