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

Function record

src/gep/cliContracts.js:1141–1143  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

1139}
1140
1141function record(value) {
1142 return value && typeof value === 'object' && !Array.isArray(value) ? value : null;
1143}
1144
1145function stringField(value, key) {
1146 const obj = record(value);

Callers 13

runPublishCommandFunction · 0.85
readJsonLinesFunction · 0.85
normalizeValidateResultFunction · 0.85
publishPayloadAssetsFunction · 0.85
sanitizePublishAssetsFunction · 0.85
summarizePublishAssetsFunction · 0.85
assetsFromBodyFunction · 0.85
extractCreditsFunction · 0.85
normalizePublishStatusFunction · 0.85
publishDecisionFunction · 0.85
hubReasonFunction · 0.85
stringFieldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected