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

Function hubReason

src/gep/cliContracts.js:1089–1093  ·  view source on GitHub ↗
(body)

Source from the content-addressed store, hash-verified

1087}
1088
1089function hubReason(body) {
1090 const b = record(body) || {};
1091 const p = record(b.payload) || b;
1092 return stringField(p, 'reason') || stringField(p, 'error');
1093}
1094
1095function publishReasonMessage(reason) {
1096 const map = {

Callers 3

normalizeValidateResultFunction · 0.85
postPublishFunction · 0.85
stableHubReasonFunction · 0.85

Calls 2

recordFunction · 0.85
stringFieldFunction · 0.85

Tested by

no test coverage detected