MCPcopy
hub / github.com/getmaxun/maxun / stableStringify

Function stableStringify

server/src/api/sdk.ts:157–157  ·  view source on GitHub ↗
(obj: any)

Source from the content-addressed store, hash-verified

155};
156
157const stableStringify = (obj: any): string => JSON.stringify(sortDeep(obj));
158
159/**
160 * Create a new robot programmatically

Callers 1

sdk.tsFile · 0.85

Calls 1

sortDeepFunction · 0.85

Tested by

no test coverage detected