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

Method stop

src/mutation-observers/string_map_observer.ts:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29 }
30
31 stop() {
32 if (this.started) {
33 this.mutationObserver.takeRecords()
34 this.mutationObserver.disconnect()
35 this.started = false
36 }
37 }
38
39 refresh() {
40 if (this.started) {

Callers

nothing calls this directly

Calls 1

disconnectMethod · 0.45

Tested by

no test coverage detected