(f)
| 507 | })(); |
| 508 | |
| 509 | const fnStr = (f) => { |
| 510 | try { |
| 511 | return f.toString(); |
| 512 | } catch { |
| 513 | try { |
| 514 | return Function.prototype.toString.call(f); |
| 515 | } catch { |
| 516 | return ""; |
| 517 | } |
| 518 | } |
| 519 | }; |
| 520 | |
| 521 | (async function hotloadWebpackModules() { |
| 522 | while (!window?.webpackChunkclient_web) { |
no outgoing calls
no test coverage detected