MCPcopy Create free account
hub / github.com/SkalskiP/make-sense /

Class

src/logic/imageRepository/ImageRepository.ts:5–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3export type ImageMap = { [s: string]: HTMLImageElement; };
4
5export class ImageRepository {
6 private static repository: ImageMap = {};
7
8 public static storeImage(id: string, image: HTMLImageElement) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected