MCPcopy Create free account
hub / github.com/chinobing/FastAPI-PaddleSpeech-Audio-To-Text / handleLoad

Function handleLoad

pstext/static/semantic.js:21444–21451  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21442 cache = [],
21443 cacheImage = document.createElement('img'),
21444 handleLoad = function() {
21445 loadedCounter++;
21446 if (loadedCounter >= images.length) {
21447 if ($.isFunction(callback)) {
21448 callback();
21449 }
21450 }
21451 }
21452 ;
21453 while (imagesLength--) {
21454 cacheImage = document.createElement('img');

Callers

nothing calls this directly

Calls 1

callbackFunction · 0.85

Tested by

no test coverage detected