(redactable: Redactable)
| 157 | * @since 4.0.0 |
| 158 | */ |
| 159 | export function getRedacted(redactable: Redactable): unknown { |
| 160 | return redactable[symbolRedactable]((globalThis as any)[currentFiberTypeId]?.context ?? emptyContext) |
| 161 | } |
| 162 | |
| 163 | /** @internal */ |
| 164 | export const currentFiberTypeId = "~effect/Fiber/currentFiber" |