MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / addAfterProcessHook

Method addAfterProcessHook

www/js/_hyperscript-max.js:2878–2880  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

2876 this.#beforeProcessHooks.push(fn);
2877 }
2878 addAfterProcessHook(fn) {
2879 this.#afterProcessHooks.push(fn);
2880 }
2881 processNode(elt) {
2882 for (var fn of this.#beforeProcessHooks) fn(elt);
2883 var selector = this.#getScriptSelector();

Callers 3

initMethod · 0.45
componentPluginFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected