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

Method #getScriptAttributes

www/js/_hyperscript.js:2722–2727  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2720 // DOM initialization
2721 // =================================================================
2722 #getScriptAttributes() {
2723 if (this.#scriptAttrs == null) {
2724 this.#scriptAttrs = config.attributes.replaceAll(" ", "").split(",");
2725 }
2726 return this.#scriptAttrs;
2727 }
2728 #getScript(elt) {
2729 var attrs = this.#getScriptAttributes();
2730 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