Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/WebReflection/uce-loader
/ crawl
Function
crawl
index.js:45–49 ·
view source on GitHub ↗
(addedNodes)
Source
from the content-addressed store, hash-verified
43
};
44
45
var
crawl =
function
crawl(addedNodes) {
46
load([{
47
addedNodes: addedNodes
48
}]);
49
};
50
51
crawl([document == target ? target.documentElement : target]);
52
var
observer =
new
MutationObserver(load);
Callers
2
load
Function · 0.70
index.js
File · 0.70
Calls
1
load
Function · 0.70
Tested by
no test coverage detected