MCPcopy
hub / github.com/Akegarasu/ChatGLM-webui / executeCallbacks

Function executeCallbacks

scripts/main.js:37–41  ·  view source on GitHub ↗
(queue, m)

Source from the content-addressed store, hash-verified

35}
36
37function executeCallbacks(queue, m) {
38 queue.forEach(function (x) {
39 runCallback(x, m)
40 })
41}
42
43document.addEventListener("DOMContentLoaded", function () {
44 let mutationObserver = new MutationObserver(function (m) {

Callers 1

main.jsFile · 0.85

Calls 1

runCallbackFunction · 0.85

Tested by

no test coverage detected