* Take a snapshot of the current context which will be stored by Angular and * used when additional work is performed that was scheduled in this context. * * @param linkedSnapshot Optional snapshot to use link to the current context. * The caller is no longer responsible for calling disp
(linkedSnapshot: T | null)
| 48 | * snapshot. |
| 49 | */ |
| 50 | snapshot(linkedSnapshot: T | null): T; |
| 51 | |
| 52 | /** |
| 53 | * Propagate the current tracing context to the provided function. |
no outgoing calls
no test coverage detected