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

Method #getScriptAttributes

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

Source from the content-addressed store, hash-verified

738 // =================================================================
739
740 #getScriptAttributes() {
741 if (this.#scriptAttrs == null) {
742 this.#scriptAttrs = config.attributes.replaceAll(" ", "").split(",");
743 }
744 return this.#scriptAttrs;
745 }
746
747 #getScript(elt) {
748 var attrs = this.#getScriptAttributes();

Callers 2

#getScriptMethod · 0.95
#getScriptSelectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected