MCPcopy Index your code
hub / github.com/simstudioai/sim / normalizedStringify

Function normalizedStringify

apps/sim/lib/workflows/comparison/normalize.ts:91–93  ·  view source on GitHub ↗
(value: unknown)

Source from the content-addressed store, hash-verified

89 * @returns A normalized JSON string
90 */
91export function normalizedStringify(value: unknown): string {
92 return JSON.stringify(normalizeValue(value))
93}
94
95/** Normalized loop result type with only essential fields */
96interface NormalizedLoop {

Callers 3

computeStateHashMethod · 0.90
normalize.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected