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

Method addAfterProcessHook

src/core/runtime/runtime.js:925–925  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

923
924 addBeforeProcessHook(fn) { this.#beforeProcessHooks.push(fn); }
925 addAfterProcessHook(fn) { this.#afterProcessHooks.push(fn); }
926
927 processNode(elt) {
928 for (var fn of this.#beforeProcessHooks) fn(elt);

Callers 3

_hyperscript.jsFile · 0.45
initMethod · 0.45
componentPluginFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected