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