[#TxRequestTracker-PostGetRequestableSanityCheck] = xref:TxRequestTracker.adoc[TxRequestTracker]::PostGetRequestableSanityCheck :relfileprefix: ../ :mrdocs: Run a time‐dependent internal consistency check (testing only). == Synopsis Declared in `<txrequest.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- void PostGetRequestableSanityCheck(std::chrono::microseconds now) const; ---- == Description This can only be called immediately after GetRequestable, with the same 'now' parameter. == Parameters [cols="1,4"] |=== | Name| Description | *now* | The same current time that was passed to the preceding GetRequestable call. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#