MCPcopy Create free account
hub / github.com/CommE2E/comm / getInconsistentThreadIDsFromReport

Function getInconsistentThreadIDsFromReport

keyserver/src/creators/report-creator.js:209–214  ·  view source on GitHub ↗
(
  request: ThreadInconsistencyReportCreationRequest,
)

Source from the content-addressed store, hash-verified

207}
208
209function getInconsistentThreadIDsFromReport(
210 request: ThreadInconsistencyReportCreationRequest,
211): Set<string> {
212 const { pushResult, beforeAction } = request;
213 return findInconsistentObjectKeys(beforeAction, pushResult);
214}
215
216function getInconsistentEntryIDsFromReport(
217 request: EntryInconsistencyReportCreationRequest,

Callers 1

getCommbotMessageFunction · 0.85

Calls 1

Tested by

no test coverage detected