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

Method #getScriptSelector

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

Source from the content-addressed store, hash-verified

760
761 #scriptSelector;
762 #getScriptSelector() {
763 if (!this.#scriptSelector) {
764 this.#scriptSelector = this.#getScriptAttributes().map(a => "[" + a + "]").join(", ");
765 }
766 return this.#scriptSelector;
767 }
768
769 #hashScript(str) {
770 var hash = 5381;

Callers 1

processNodeMethod · 0.95

Calls 1

#getScriptAttributesMethod · 0.95

Tested by

no test coverage detected