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

Method addBeforeProcessHook

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

Source from the content-addressed store, hash-verified

922 #afterProcessHooks = [];
923
924 addBeforeProcessHook(fn) { this.#beforeProcessHooks.push(fn); }
925 addAfterProcessHook(fn) { this.#afterProcessHooks.push(fn); }
926
927 processNode(elt) {

Callers 3

_hyperscript.jsFile · 0.45
componentPluginFunction · 0.45
initLiveTemplatesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected