(code?: string)
| 318 | |
| 319 | // Note: `code` argument is deprecated |
| 320 | function start(code?: string) { |
| 321 | startInternal({ code }); |
| 322 | } |
| 323 | |
| 324 | // Note: `code` argument is deprecated |
| 325 | function startInternal( |
nothing calls this directly
no test coverage detected
searching dependent graphs…