MCPcopy 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
36function stable(v: unknown): string {
37 return JSON.stringify(sortValue(v));
38}
39
40function main(): void {
41 const outPath = process.argv[2];

Callers 1

mainFunction · 0.85

Calls 1

sortValueFunction · 0.85

Tested by

no test coverage detected