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

Method addInfos

keyserver/src/utils/depth-queue.js:43–47  ·  view source on GitHub ↗
(infos: $ReadOnlyArray<T>)

Source from the content-addressed store, hash-verified

41 }
42
43 addInfos(infos: $ReadOnlyArray<T>) {
44 for (const info of infos) {
45 this.addInfo(info);
46 }
47 }
48
49 getNextDepth(): ?(T[]) {
50 let i = this.maxDequeuedDepth + 1;

Callers 1

Calls 1

addInfoMethod · 0.95

Tested by

no test coverage detected