MCPcopy Create free account
hub / github.com/ElementsProject/elements / operator()

Method operator()

src/txrequest.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209{
210 using result_type = ByTimeView;
211 result_type operator()(const Announcement& ann) const
212 {
213 return ByTimeView{GetWaitState(ann), ann.m_time};
214 }
215};
216
217/** Data type for the main data structure (Announcement objects with ByPeer/ByTxHash/ByTime indexes). */

Callers

nothing calls this directly

Calls 1

GetWaitStateFunction · 0.85

Tested by

no test coverage detected