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

Function stableReason

src/gep/cliContracts.js:1023–1026  ·  view source on GitHub ↗
(reason, allowed)

Source from the content-addressed store, hash-verified

1021}
1022
1023function stableReason(reason, allowed) {
1024 const safe = safeTokenField(reason);
1025 return safe && allowed.has(safe) ? safe : null;
1026}
1027
1028function canonicalAssetType(value) {
1029 if (value === 'Gene' || value === 'gene') return 'Gene';

Callers 3

normalizeValidateResultFunction · 0.85
stableHubReasonFunction · 0.85

Calls 1

safeTokenFieldFunction · 0.85

Tested by

no test coverage detected