MCPcopy Index your code
hub / github.com/angular/angularfire / next

Function next

src/compat/remote-config/remote-config.ts:221–225  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

219 }, interval);
220 return source.subscribe({
221 next(val) {
222 if (!timedOut) {
223 observer.next(val);
224 }
225 },
226 error(err) {
227 if (!timedOut) {
228 clearTimeout(timeout);

Callers 1

server.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected