MCPcopy Index your code
hub / github.com/Effect-TS/effect / isRedactable

Function isRedactable

packages/effect/src/Inspectable.ts:257–258  ·  view source on GitHub ↗
(u: unknown)

Source from the content-addressed store, hash-verified

255 * @category redactable
256 */
257export const isRedactable = (u: unknown): u is Redactable =>
258 typeof u === "object" && u !== null && symbolRedactable in u
259
260const redactableState = globalValue("effect/Inspectable/redactableState", () => ({
261 fiberRefs: undefined as FiberRefs.FiberRefs | undefined

Callers 2

stringifyCircularFunction · 0.85
redactFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected