| 46 | } |
| 47 | |
| 48 | export class Loader extends Service { |
| 49 | public state: Record<string, Fiber> = Object.create(null); |
| 50 | public suspend = false; |
| 51 | public cache: Record<string, string> = Object.create(null); |
nothing calls this directly
no outgoing calls
no test coverage detected