Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/microsoft/AI-Engineering-Coach
/ stable
Function
stable
scripts/parity-parse-entry.ts:36–38 ·
view source on GitHub ↗
(v: unknown)
Source
from the content-addressed store, hash-verified
34
}
35
36
function
stable(v: unknown): string {
37
return
JSON.stringify(sortValue(v));
38
}
39
40
function
main(): void {
41
const
outPath = process.argv[2];
Callers
1
main
Function · 0.85
Calls
1
sortValue
Function · 0.85
Tested by
no test coverage detected