MCPcopy Create free account
hub / github.com/Thalhammer/jwt-cpp / now

Method now

tests/TokenTest.cpp:809–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807struct test_clock {
808 jwt::date n;
809 jwt::date now() const { return n; }
810};
811
812TEST(TokenTest, VerifyTokenExpireFail) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected