MCPcopy Create free account
hub / github.com/EvoMap/evolver / sameJson

Function sameJson

src/gep/cliContracts.js:1171–1173  ·  view source on GitHub ↗
(left, right)

Source from the content-addressed store, hash-verified

1169}
1170
1171function sameJson(left, right) {
1172 return JSON.stringify(left) === JSON.stringify(right);
1173}
1174
1175class ContractError extends Error {
1176 constructor(reason, safeMessage) {

Callers 1

finalizePublishMessageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected