Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SkalskiP/make-sense
/
Class
src/logic/imageRepository/ImageLoadManager.ts:1–1 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
export
class
ImageLoadManager {
2
3
private static queue: (() => Promise<any>)[] = [];
4
private static isRunning: boolean = false;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected