MCPcopy Index your code
hub / github.com/andywer/threads.js / next

Method next

src/observable.ts:41–43  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

39 }
40
41 public next(value: T) {
42 this[$observers].forEach(observer => observer.next(value))
43 }
44}

Callers 4

observable.test.tsFile · 0.45
pushFunction · 0.45
count-to-five.tsFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected