(e, t)
| 239 | return e; |
| 240 | } |
| 241 | function F(e, t) { |
| 242 | return ( |
| 243 | (c[e] = c[e] || []), |
| 244 | c[e].push(t), |
| 245 | () => { |
| 246 | const d = c[e].findIndex(t); |
| 247 | c[e].splice(d, 1); |
| 248 | } |
| 249 | ); |
| 250 | } |
| 251 | function C(e) { |
| 252 | if (c[e]) for (let t of c[e]) t(); |
| 253 | } |
no outgoing calls
no test coverage detected