MCPcopy
hub / github.com/hotwired/stimulus / start

Method start

src/core/target_observer.ts:22–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 }
21
22 start() {
23 if (!this.tokenListObserver) {
24 this.tokenListObserver = new TokenListObserver(this.element, this.attributeName, this)
25 this.tokenListObserver.start()
26 }
27 }
28
29 stop() {
30 if (this.tokenListObserver) {

Callers

nothing calls this directly

Calls 1

startMethod · 0.65

Tested by

no test coverage detected