MCPcopy Create free account
hub / github.com/bigskysoftware/_hyperscript / #getScriptAttributes

Method #getScriptAttributes

www/js/_hyperscript-max.js:2721–2726  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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