MCPcopy Create free account
hub / github.com/SethGammon/Citadel / createIntegrityRecord

Function createIntegrityRecord

core/telemetry/integrity.js:114–116  ·  view source on GitHub ↗
(record, options = {})

Source from the content-addressed store, hash-verified

112}
113
114function createIntegrityRecord(record, options = {}) {
115 return attachIntegrity(withLineageIds(record, options), options);
116}
117
118function verifyRecord(record, options = {}) {
119 if (!record || typeof record !== 'object') {

Callers 2

createAgentRunEntryFunction · 0.85
recordAppArtifactFunction · 0.85

Calls 2

attachIntegrityFunction · 0.85
withLineageIdsFunction · 0.85

Tested by

no test coverage detected