MCPcopy Index your code
hub / github.com/bigskysoftware/_hyperscript / #getScriptAttributes

Method #getScriptAttributes

www/js/_hyperscript.esm.js:2720–2725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2718 // DOM initialization
2719 // =================================================================
2720 #getScriptAttributes() {
2721 if (this.#scriptAttrs == null) {
2722 this.#scriptAttrs = config.attributes.replaceAll(" ", "").split(",");
2723 }
2724 return this.#scriptAttrs;
2725 }
2726 #getScript(elt) {
2727 var attrs = this.#getScriptAttributes();
2728 for (var i = 0; i < attrs.length; i++) {

Callers 2

#getScriptMethod · 0.95
#getScriptSelectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected