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

Method start

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

Source from the content-addressed store, hash-verified

17 }
18
19 start() {
20 this.stringMapObserver.start()
21 this.invokeChangedCallbacksForDefaultValues()
22 }
23
24 stop() {
25 this.stringMapObserver.stop()

Callers

nothing calls this directly

Calls 2

startMethod · 0.65

Tested by

no test coverage detected