MCPcopy Create free account
hub / github.com/ethanniser/the-beth-stack /

Class

packages/beth-stack/src/cache/render.ts:41–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39 | { type: "error"; error: any };
40
41export class BethRenderCache {
42 public dedupeCache: WeakMap<Function, Map<Array<any>, CachedValue<any>>>;
43 public streamController: ReadableStreamDefaultController<string> | undefined;
44 public counter: number;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected