Run a time‐dependent internal consistency check (testing only).

Synopsis

Declared in <txrequest.h>

void
PostGetRequestableSanityCheck(std::chrono::microseconds now) const;

Description

This can only be called immediately after GetRequestable, with the same 'now' parameter.

Parameters

Name

Description

now

The same current time that was passed to the preceding GetRequestable call.

Created with MrDocs