MCPcopy Create free account
hub / github.com/ehmicky/log-process-errors / stableSerialize

Function stableSerialize

src/repeat.js:75–75  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

73// even though it's different). Process errors should be exceptional, so this
74// is ok.
75const stableSerialize = (value) => inspect(value, INSPECT_OPTS)
76
77const INSPECT_OPTS = { getters: true, sorted: true }
78

Callers 1

getPreviousEventFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…