| 39 | | { type: "error"; error: any }; |
| 40 | |
| 41 | export class BethRenderCache { |
| 42 | public dedupeCache: WeakMap<Function, Map<Array<any>, CachedValue<any>>>; |
| 43 | public streamController: ReadableStreamDefaultController<string> | undefined; |
| 44 | public counter: number; |
nothing calls this directly
no outgoing calls
no test coverage detected