MCPcopy Create free account
hub / github.com/deanveloper/SkullCreator / indexFilesLoaded

Function indexFilesLoaded

docs/script.js:101–107  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

99var updateSearchResults = function() {};
100
101function indexFilesLoaded() {
102 return moduleSearchIndex
103 && packageSearchIndex
104 && typeSearchIndex
105 && memberSearchIndex
106 && tagSearchIndex;
107}
108
109// Workaround for scroll position not being included in browser history (8249133)
110document.addEventListener("DOMContentLoaded", function(e) {

Callers 1

doSearchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected