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

Function getTemplateSource

www/js/_hyperscript-max.js:10118–10120  ·  view source on GitHub ↗
(el)

Source from the content-addressed store, hash-verified

10116 initLiveTemplates: () => initLiveTemplates
10117 });
10118 function getTemplateSource(el) {
10119 return el.textContent;
10120 }
10121 var LIVE_SELECTOR = 'script[type="text/hyperscript-template"][live]';
10122 function initLiveTemplates(runtime2, tokenizer2, Parser2, kernel2, reactivity2) {
10123 var processed = /* @__PURE__ */ new WeakSet();

Callers 2

initLiveTemplatesFunction · 0.70
resolveMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected