MCPcopy Create free account
hub / github.com/agentrpc/agentrpc / continueDestroyCircular

Function continueDestroyCircular

sdk-node/src/serialize-error.js:120–129  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

118 }
119
120 const continueDestroyCircular = (value) =>
121 destroyCircular({
122 from: value,
123 seen: [...seen],
124 forceEnumerable,
125 maxDepth,
126 depth,
127 useToJSON,
128 serialize,
129 });
130
131 for (const [key, value] of Object.entries(from)) {
132 // eslint-disable-next-line node/prefer-global/buffer

Callers 1

destroyCircularFunction · 0.85

Calls 1

destroyCircularFunction · 0.85

Tested by

no test coverage detected