MCPcopy
hub / github.com/angular/angularfire / auditTrail

Function auditTrail

src/compat/database/list/create-reference.ts:28–30  ·  view source on GitHub ↗
(events?: ChildEvent[])

Source from the content-addressed store, hash-verified

26 return stateChanges<T>(query, events, outsideAngularScheduler).pipe(pendingUntilEvent(injector));
27 },
28 auditTrail(events?: ChildEvent[]) {
29 return auditTrail<T>(query, events, outsideAngularScheduler).pipe(pendingUntilEvent(injector));
30 },
31 valueChanges<K extends string>(events?: ChildEvent[], options?: {idField?: K}): Observable<(T & Record<string, string>)[]> {
32 const snapshotChanges$ = snapshotChanges<T>(query, events, outsideAngularScheduler);
33 return snapshotChanges$.pipe(

Callers

nothing calls this directly

Calls 1

auditTrailFunction · 0.90

Tested by

no test coverage detected