Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AntiHub-Project/AntiHub
/ handleImageLoad
Function
handleImageLoad
components/LogoLoop.tsx:92–97 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
90
91
let remainingImages = images.length;
92
const handleImageLoad = () => {
93
remainingImages -= 1;
94
if (remainingImages === 0) {
95
onLoad();
96
}
97
};
98
99
images.forEach(img => {
100
const htmlImg = img as HTMLImageElement;
Callers
1
useImageLoader
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected