function indexFilesLoaded()

in content/site/apidocs-9.0.0/script.js [101:107]


function indexFilesLoaded() {
    return moduleSearchIndex
        && packageSearchIndex
        && typeSearchIndex
        && memberSearchIndex
        && tagSearchIndex;
}