Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
157
const
stableStringify = (obj: any): string => JSON.stringify(sortDeep(obj));
158
159
/**
160
* Create a
new
robot programmatically
Callers
1
sdk.ts
File · 0.85
Calls
1
sortDeep
Function · 0.85
Tested by
no test coverage detected